pub unsafe fn to_mut_ref<'a, T>(ptr: *const T) -> &'a mut T
Expand description

Casts a pointer to a mutable reference.

Safety

NO