rb_enc_reg_new    134 include/ruby/encoding.h VALUE rb_enc_reg_new(const char*, long, rb_encoding*, int);
rb_enc_reg_new   2846 re.c               return rb_enc_reg_new(s, len, rb_ascii8bit_encoding(), options);