pub unsafe fn read_owned_mutable_f64(ptr: *mut f64) -> f64
Read the f64 payload of an OwnedMutable cell.
f64
OwnedMutable
ptr must be non-null and point to a live Box<f64> cell.
ptr
Box<f64>