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