pub unsafe fn WaitForThreadpoolTimerCallbacks<P0, P1>(
    pti: P0,
    fcancelpendingcallbacks: P1
)
where P0: IntoParam<PTP_TIMER>, P1: IntoParam<BOOL>,