opaque_pointer
pub fn object<'a, T>(pointer: *const T) -> &'a T
Convert raw pointer to type to type reference.