pub type NDR_NOTIFY2_ROUTINE = Option<unsafe extern "C" fn(flag: boolean)>;
enum NDR_NOTIFY2_ROUTINE { None, Some(unsafe extern "C" fn(_: u8)), }
No value.
Some value of type T.
T