windows::Win32::System::Threading

Function SetWaitableTimer

pub unsafe fn SetWaitableTimer(
    htimer: HANDLE,
    lpduetime: *const i64,
    lperiod: i32,
    pfncompletionroutine: PTIMERAPCROUTINE,
    lpargtocompletionroutine: Option<*const c_void>,
    fresume: bool,
) -> Result<()>