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