Type Alias windows::Win32::Security::Authentication::Identity::PLSA_UNLOAD_PACKAGE
pub type PLSA_UNLOAD_PACKAGE = Option<unsafe extern "system" fn() -> NTSTATUS>;
Aliased Type§
enum PLSA_UNLOAD_PACKAGE {
None,
Some(unsafe extern "system" fn() -> NTSTATUS),
}