pub type SpGetInfoFn = Option<unsafe extern "system" fn(packageinfo: *mut SecPkgInfoA) -> NTSTATUS>;
enum SpGetInfoFn { None, Some(unsafe extern "system" fn(_: *mut SecPkgInfoA) -> NTSTATUS), }
No value.
Some value of type T.
T