pub(crate) fn as_mut_ptr<T>(t: &mut T) -> *mut T
Convert a &mut T into a *mut T without using an as.
&mut T
*mut T
as