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