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
) -> i32
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"