pub const REST_NO_COPY: &str = "*!";
Retrieve the rest of arguments as an array; avoid copy of the stack.
mrb_get_args(mrb, "*", &argv, &argc);