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