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