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