(raw: *mut BNRelocationHandler)
| 305 | |
| 306 | impl CoreRelocationHandler { |
| 307 | pub(crate) unsafe fn ref_from_raw(raw: *mut BNRelocationHandler) -> Ref<Self> { |
| 308 | unsafe { Ref::new(CoreRelocationHandler(raw)) } |
| 309 | } |
| 310 | } |
| 311 | |
| 312 | impl AsRef<CoreRelocationHandler> for CoreRelocationHandler { |
nothing calls this directly
no test coverage detected