Subtracts a value from the atomic integer with acquire semantics.
impl AtomicU16 { fn sub_acquire(&self, val: u16) -> u16 }
The value to be subtracted from the integer.
Returns the old value.