/*
 * Remove an integer value attached to an Imlib2::Image.
 * 
 * Examples:
 *   image.remove_attached_value('quality')
 */
static VALUE image_rm_attach_val(VALUE self, VALUE key_o) {