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