Function windows_sys::Win32::System::Threading::SetWaitableTimerEx

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