pub unsafe fn SetThreadpoolWaitEx<P0, P1>(
    pwa: P0,
    h: P1,
    pfttimeout: Option<*const FILETIME>,
    reserved: Option<*const c_void>
) -> BOOL
where P0: IntoParam<PTP_WAIT>, P1: IntoParam<HANDLE>,