/*
* call-seq:
* easy.redirect_count => integer
*
* Retrieve the total number of redirections that were actually followed.
*
* Requires libcurl 7.9.7 or higher, otherwise -1 is always returned.
*/
static VALUE ruby_curl_easy_redirect_count_get(VALUE self) {