pub unsafe fn write_owned_mutable_u64(ptr: *mut u64, value: u64)
Write the u64 payload of an OwnedMutable cell.
u64
OwnedMutable
ptr must be non-null and point to a live Box<u64> cell.
ptr
Box<u64>