pub unsafe fn aws_atomic_load_ptr(var: *const AwsCAtomicVar) -> *mut c_void
Expand description
Reads an atomic var as a pointer, using sequentially consistent ordering, and returns the result.
Safety
The caller must ensure that the AwsCAtomicVar
pointer is valid.