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