Subtracts a value from the atomic integer with relaxed ordering guarantees.
impl AtomicU64 { fn sub_weak(&self, val: u64) -> u64 }
The value to be subtracted from the integer.
Returns the old value.