Type Alias NDR_NOTIFY2_ROUTINE

Source
pub type NDR_NOTIFY2_ROUTINE = Option<unsafe extern "C" fn(flag: boolean)>;

Aliased Type§

enum NDR_NOTIFY2_ROUTINE {
    None,
    Some(unsafe extern "C" fn(_: u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u8))

Some value of type T.