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