/*
 * call-seq:
 *
 * easy = Curl::Easy.new
 * easy.nosignal = true
 */
static VALUE ruby_curl_easy_set_nosignal(VALUE self, VALUE onoff) {