| 55 | #[repr(C)] |
| 56 | #[derive(Copy, Clone)] |
| 57 | pub struct SectionPointer { |
| 58 | pub section_pointer: *mut c_void, |
| 59 | pub check_sum: c_ulong, |
| 60 | } |
| 61 | |
| 62 | #[repr(C)] |
| 63 | pub union HashLinksOrSectionPointer { |
nothing calls this directly
no outgoing calls
no test coverage detected