pub unsafe fn aws_atomic_load_ptr_explicit(
    var: *const AwsCAtomicVar,
    order: AwsCMemoryOrder
) -> *mut c_void
Expand description

Reads an atomic var as a pointer, using the specified ordering, and returns the result.

Safety

The caller must ensure that the AwsCAtomicVar pointer is valid.