pub unsafe extern "system" fn CreateTimerQueueTimer(
    phnewtimer: *mut HANDLE,
    timerqueue: HANDLE,
    callback: WAITORTIMERCALLBACK,
    parameter: *const c_void,
    duetime: u32,
    period: u32,
    flags: WORKER_THREAD_FLAGS
) -> BOOL
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation"