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