pub unsafe fn aws_atomic_store_ptr(var: *mut AwsCAtomicVar, val: *mut c_void)
Expand description

Stores a pointer into an atomic var, using sequentially consistent ordering.

Safety

The caller must ensure that the AwsCAtomicVar pointer is valid.