[][src]Function opaque_pointer::mut_object

pub fn mut_object<'a, T>(pointer: *mut T) -> &'a mut T

Convert raw pointer to type into type mutable reference.