rb_num2ull        428 include/ruby/ruby.h unsigned LONG_LONG rb_num2ull(VALUE);
rb_num2ull        434 include/ruby/ruby.h # define NUM2ULL(x) rb_num2ull((VALUE)x)