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