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