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