pub type LPNSPCLEANUP = Option<unsafe extern "system" fn(lpproviderid: *const GUID) -> i32>;
enum LPNSPCLEANUP { None, Some(unsafe extern "system" fn(_: *const GUID) -> i32), }
No value.
Some value of type T.
T