pub fn alloc_owned_mutable_bool(initial: bool) -> *mut bool
Allocate a fresh OwnedMutable cell holding a bool payload.
OwnedMutable
bool