Type Alias windows::Wdk::System::SystemServices::EXT_CALLBACK

pub type EXT_CALLBACK = Option<unsafe extern "system" fn(timer: PEX_TIMER, context: *const c_void)>;

Aliased Type§

enum EXT_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: PEX_TIMER, _: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PEX_TIMER, _: *const c_void))

Some value of type T.