pub type PLSA_AP_LOGON_USER_EX = Option<unsafe extern "system" fn(clientrequest: *const *const c_void, logontype: SECURITY_LOGON_TYPE, authenticationinformation: *const c_void, clientauthenticationbase: *const c_void, authenticationinformationlength: u32, profilebuffer: *mut *mut c_void, profilebufferlength: *mut u32, logonid: *mut LUID, substatus: *mut i32, tokeninformationtype: *mut LSA_TOKEN_INFORMATION_TYPE, tokeninformation: *mut *mut c_void, accountname: *mut *mut UNICODE_STRING, authenticatingauthority: *mut *mut UNICODE_STRING, machinename: *mut *mut UNICODE_STRING) -> NTSTATUS>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"