pub unsafe fn read_owned_mutable_u64(ptr: *mut u64) -> u64
Read 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>