| 172 | |
| 173 | #[repr(C)] |
| 174 | pub struct ImageRuntimeFunctionEntry { |
| 175 | pub begin_address: c_ulong, |
| 176 | pub end_address: c_ulong, |
| 177 | pub u: IMAGE_RUNTIME_FUNCTION_ENTRY_u, |
| 178 | } |
| 179 | |
| 180 | #[repr(C)] |
| 181 | pub union IMAGE_RUNTIME_FUNCTION_ENTRY_u { |
nothing calls this directly
no outgoing calls
no test coverage detected