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