Function windows_sys::Win32::System::IO::GetQueuedCompletionStatusEx
pub unsafe extern "system" fn GetQueuedCompletionStatusEx(
completionport: HANDLE,
lpcompletionportentries: *mut OVERLAPPED_ENTRY,
ulcount: u32,
ulnumentriesremoved: *mut u32,
dwmilliseconds: u32,
falertable: BOOL,
) -> BOOL