Type Alias windows::Wdk::System::SystemServices::PBOUND_CALLBACK

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

Aliased Type§

enum PBOUND_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.