pub unsafe extern "system" fn SetWaitableTimerEx(
    htimer: HANDLE,
    lpduetime: *const i64,
    lperiod: i32,
    pfncompletionroutine: PTIMERAPCROUTINE,
    lpargtocompletionroutine: *const c_void,
    wakecontext: *const REASON_CONTEXT,
    tolerabledelay: u32
) -> BOOL
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation"