pub unsafe fn SetThreadpoolTimerEx<P0>(
    pti: P0,
    pftduetime: Option<*const FILETIME>,
    msperiod: u32,
    mswindowlength: u32
) -> BOOL
where P0: IntoParam<PTP_TIMER>,