pub unsafe fn atomic_fetch_or_volatile_u64_block(ptr: *mut u64, val: u64) -> u64
Fetches the value in ptr, performs a or, and returns the original value