| 95 | |
| 96 | #[repr(C)] |
| 97 | pub union IO_STATUS_BLOCK_u { |
| 98 | _1: NTSTATUS, |
| 99 | _2: PVOID, |
| 100 | } |
| 101 | pub type NTSTATUS = Status; |
| 102 | type HMODULE = HINSTANCE; |
| 103 | type HINSTANCE = *mut HINSTANCE__; |
nothing calls this directly
no outgoing calls
no test coverage detected