Function CreateThreadpoolTimer
pub unsafe fn CreateThreadpoolTimer(
pfnti: PTP_TIMER_CALLBACK,
pv: Option<*mut c_void>,
pcbe: Option<*const TP_CALLBACK_ENVIRON_V3>,
) -> Result<PTP_TIMER>
pub unsafe fn CreateThreadpoolTimer(
pfnti: PTP_TIMER_CALLBACK,
pv: Option<*mut c_void>,
pcbe: Option<*const TP_CALLBACK_ENVIRON_V3>,
) -> Result<PTP_TIMER>