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