We no longer use `mrb_read_int` which is kinda compatible with `strtol`.
mrb_int_read
Difference from `strtoul(3)`: * reads `mrb_int` based on configuration * specifies the end of the string * no sign interpretation * base 10 only