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