pub unsafe fn WaitForMultipleObjectsEx<P0, P1>(
    lphandles: &[HANDLE],
    bwaitall: P0,
    dwmilliseconds: u32,
    balertable: P1
) -> WAIT_EVENT
where P0: IntoParam<BOOL>, P1: IntoParam<BOOL>,