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