pub unsafe fn WaitForSingleObjectEx<P0, P1>(
    hhandle: P0,
    dwmilliseconds: u32,
    balertable: P1
) -> WAIT_EVENT
where P0: IntoParam<HANDLE>, P1: IntoParam<BOOL>,