pub unsafe fn aws_atomic_store_int(var: *mut AwsCAtomicVar, val: usize)
Expand description

Stores an integer into an atomic var, using sequentially consistent ordering.

Safety

The caller must ensure that the AwsCAtomicVar pointer is valid.