Function ChangeAccountPasswordW
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,
) -> HRESULT