pub unsafe fn WaitForThreadpoolWorkCallbacks<P0, P1>(
    pwk: P0,
    fcancelpendingcallbacks: P1
)where
    P0: IntoParam<PTP_WORK>,
    P1: IntoParam<BOOL>,
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation"