/*
 * call-seq:
 *   easy.clone                                       => #<easy clone>
 *   easy.dup                                         => #<easy clone>
 *
 * Clone this Curl::Easy instance, creating a new instance.
 * This method duplicates the underlying CURL* handle.
 */
static VALUE ruby_curl_easy_clone(VALUE self) {