pub type PSAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE = Option<unsafe extern "system" fn(clearpassword: *const UNICODE_STRING, oldcredentials: *const c_void, oldcredentialsize: u32, useraccountcontrol: u32, upn: *const UNICODE_STRING, username: *const UNICODE_STRING, netbiosdomainname: *const UNICODE_STRING, dnsdomainname: *const UNICODE_STRING, newcredentials: *mut *mut c_void, newcredentialsize: *mut u32) -> NTSTATUS>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"