pub const CSTRING_AND_LEN: &str = "s";
Retrieve a CString and its length. Usable like:
CString
mrb_get_args(mrb, "s", &ptr, &plen);