rb_ull2inum 244 include/ruby/ruby.h VALUE rb_ull2inum(unsigned LONG_LONG); rb_ull2inum 245 include/ruby/ruby.h #define ULL2NUM(v) rb_ull2inum(v)