Type Alias NDR_NOTIFY_ROUTINE

Source
pub type NDR_NOTIFY_ROUTINE = Option<unsafe extern "C" fn()>;

Aliased Type§

enum NDR_NOTIFY_ROUTINE {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.