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

Required features: "Win32_NetworkManagement_NetManagement"