pub unsafe extern "system" fn NtQueryIoCompletion(
    IoCompletionHandle: HANDLE,
    IoCompletionInformationClass: IO_COMPLETION_INFORMATION_CLASS,
    IoCompletionInformation: *mut c_void,
    IoCompletionInformationLength: u32,
    ReturnLength: *mut u32
) -> NTSTATUS