Deprecated CURLOPT_PROGRESSFUNCTION in libcurl
The option CURLOPT_PROGRESSFUNCTION
is deprecated since libcurl-7.32.0.
The option CURLOPT_XFERINFOFUNCTION
should be used instead.
The new callback passes integer rather than floating point values.
Add a replacement for isds_set_progress_callback()
.