/*
 * call-seq:
 *   easy.ssl_verify_host?                            => boolean
 *
 * Determine whether this Curl instance will verify that the server cert
 * is for the server it is known as.
 */
static VALUE ruby_curl_easy_ssl_verify_host_q(VALUE self) {