[][src]Function winapi::um::lmaccess::NetUserChangePassword

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