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