pub unsafe fn read_owned_mutable_i32(ptr: *mut i32) -> i32
Read the i32 payload of an OwnedMutable cell.
i32
OwnedMutable
ptr must be non-null and point to a live Box<i32> cell.
ptr
Box<i32>