pub unsafe fn to_mut_ref<'a, T>(ptr: *const T) -> &'a mut T
Casts a pointer to a mutable reference.
NO