pub unsafe trait RawWrapper { type Target; // Required method unsafe fn raw(&self) -> *mut Self::Target; }