Stores a new value in the atomic integer with relaxed ordering guarantees.
impl AtomicIsize { fn store_weak(&self, val: isize) -> () }
The value to be stored in the atomic integer.