pub unsafe fn atomic_fetch_cas_volatile_f64_system( ptr: *mut f64, first_val: f64, second_val: f64, ) -> f64
Fetches the value in ptr, performs a cas, and returns the original value