Function std::cast::transmute_mut_unsafe

pub unsafe fn transmute_mut_unsafe<T, P: RawPtr<T>>(ptr: P) -> *mut T

Coerce an immutable reference to be mutable.