| 299 | |
| 300 | #[derive(Eq, PartialEq, Hash, Debug)] |
| 301 | pub struct CoreRelocationHandler(*mut BNRelocationHandler); |
| 302 | |
| 303 | unsafe impl Send for CoreRelocationHandler {} |
| 304 | unsafe impl Sync for CoreRelocationHandler {} |
no outgoing calls
no test coverage detected