IO_TIMER_ROUTINE

Type Alias IO_TIMER_ROUTINE 

pub type IO_TIMER_ROUTINE = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, context: *const c_void)>;

Aliased Type§

pub enum IO_TIMER_ROUTINE {
    None,
    Some(unsafe extern "system" fn(*const DEVICE_OBJECT, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const DEVICE_OBJECT, *const c_void))

Some value of type T.