pub unsafe extern "system" fn ChangeAccountPasswordW(
    pszpackagename: *const u16,
    pszdomainname: *const u16,
    pszaccountname: *const u16,
    pszoldpassword: *const u16,
    psznewpassword: *const u16,
    bimpersonating: BOOLEAN,
    dwreserved: u32,
    poutput: *mut SecBufferDesc
) -> i32
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"