Function windows_sys::Win32::Security::Authentication::Identity::ChangeAccountPasswordA
pub unsafe extern "system" fn ChangeAccountPasswordA(
pszpackagename: *const i8,
pszdomainname: *const i8,
pszaccountname: *const i8,
pszoldpassword: *const i8,
psznewpassword: *const i8,
bimpersonating: BOOLEAN,
dwreserved: u32,
poutput: *mut SecBufferDesc,
) -> HRESULT