/*
 * call-seq:
 *   Curl::Easy.http_put(url, data) {|c| ... }
 *
 * see easy.http_put
 */
static VALUE ruby_curl_easy_class_perform_put(VALUE klass, VALUE url, VALUE data) {