Type Alias windows::Wdk::System::SystemServices::BOUND_CALLBACK

pub type BOUND_CALLBACK = Option<unsafe extern "system" fn() -> BOUND_CALLBACK_STATUS>;

Aliased Type§

enum BOUND_CALLBACK {
    None,
    Some(unsafe extern "system" fn() -> BOUND_CALLBACK_STATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> BOUND_CALLBACK_STATUS)

Some value of type T.