pub unsafe fn WaitForSingleObject<P0>(
    hhandle: P0,
    dwmilliseconds: u32
) -> WAIT_EVENT
where P0: IntoParam<HANDLE>,