Function NetUserChangePassword

Source
pub unsafe extern "system" fn NetUserChangePassword(
    domainname: LPCWSTR,
    username: LPCWSTR,
    oldpassword: LPCWSTR,
    newpassword: LPCWSTR,
) -> NET_API_STATUS