pub type SpChangeAccountPasswordFn = Option<unsafe extern "system" fn(pdomainname: *const UNICODE_STRING, paccountname: *const UNICODE_STRING, poldpassword: *const UNICODE_STRING, pnewpassword: *const UNICODE_STRING, impersonating: BOOLEAN, poutput: *mut SecBufferDesc) -> NTSTATUS>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"