rb_str2cstr 493 include/ruby/ruby.h char *rb_str2cstr(VALUE,long*); rb_str2cstr 495 include/ruby/ruby.h #define STR2CSTR(x) rb_str2cstr((VALUE)(x),0)