pub fn cast_ptr_to_usize<T: Sized>(ptr: *mut T) -> usize
Cast the address of a pointer to a usize.
usize
Don’t call this directly; use an as-cast instead.
as