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