| 95 | |
| 96 | #[repr(C)] |
| 97 | pub struct PebLoaderData { |
| 98 | pub length: c_ulong, |
| 99 | pub initialized: c_ulong, |
| 100 | pub ss_handle: *mut c_void, |
| 101 | pub in_load_order_module_list: ListEntry, |
| 102 | pub in_memory_order_module_list: ListEntry, |
| 103 | pub in_initialization_order_module_list: ListEntry, |
| 104 | } |
| 105 | |
| 106 | #[repr(C)] |
| 107 | pub struct PEB { |
nothing calls this directly
no outgoing calls
no test coverage detected