Function windows_sys::Wdk::System::Threading::NtSetTimer
pub unsafe extern "system" fn NtSetTimer(
timerhandle: HANDLE,
duetime: *const i64,
timerapcroutine: PTIMER_APC_ROUTINE,
timercontext: *const c_void,
resumetimer: BOOLEAN,
period: i32,
previousstate: *mut BOOLEAN,
) -> NTSTATUS