Function windows_sys::Wdk::System::SystemServices::KeSetTimerEx
pub unsafe extern "system" fn KeSetTimerEx(
timer: *mut KTIMER,
duetime: i64,
period: i32,
dpc: *const KDPC,
) -> BOOLEAN