pub unsafe fn GetQueuedCompletionStatusEx<P0, P1>(
    completionport: P0,
    lpcompletionportentries: &mut [OVERLAPPED_ENTRY],
    ulnumentriesremoved: *mut u32,
    dwmilliseconds: u32,
    falertable: P1
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<BOOL>,