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