pub exec fn cast_ptr_to_usize<T: Sized>(ptr: *mut T) -> usize
Expand description
ensures
result == spec_cast_ptr_to_usize(ptr),

Don’t call this directly; use an as-cast instead.