pub unsafe extern "system" fn NetUserChangePassword(
    domainname: PWSTR,
    username: PWSTR,
    oldpassword: PWSTR,
    newpassword: PWSTR
) -> u32
Expand description

Required features: ‘Win32_NetworkManagement_NetManagement’, ‘Win32_Foundation’