Function windows::Wdk::System::SystemServices::KeSetTimerEx

pub unsafe fn KeSetTimerEx(
    timer: *mut KTIMER,
    duetime: i64,
    period: i32,
    dpc: Option<*const KDPC>,
) -> BOOLEAN