windows::Win32::System::Threading

Function SetWaitableTimerEx

pub unsafe fn SetWaitableTimerEx(
    htimer: HANDLE,
    lpduetime: *const i64,
    lperiod: i32,
    pfncompletionroutine: PTIMERAPCROUTINE,
    lpargtocompletionroutine: Option<*const c_void>,
    wakecontext: Option<*const REASON_CONTEXT>,
    tolerabledelay: u32,
) -> Result<()>