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