pub unsafe fn write_owned_mutable_f64(ptr: *mut f64, value: f64)
Write 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>