/*
* call-seq:
* easy.interface = string => string
*
* Set the interface name to use as the outgoing network interface.
* The name can be an interface name, an IP address or a host name.
*/
static VALUE ruby_curl_easy_interface_set(VALUE self, VALUE interface_hm) {