/*
* call-seq:
* easy.verbose = boolean => boolean
*
* Configure whether this Curl instance gives verbose output to STDERR
* during transfers. Ignored if this instance has an on_debug handler.
*/
static VALUE ruby_curl_easy_verbose_set(VALUE self, VALUE verbose) {