pub unsafe fn atomic_fetch_min_acquire_i64_system( ptr: *mut i64, val: i64, ) -> i64
Fetches the value in ptr, performs a min, and returns the original value