/*
 * call-seq:
 *   easy.getinfo Fixnum => value
 *
 * Iniital access to libcurl curl_easy_getinfo, remember getinfo doesn't return the same values as setopt
 */
static VALUE ruby_curl_easy_get_opt(VALUE self, VALUE opt) {