pub const NULLABLE_CSTRING_AND_LEN: &str = "s!";
Retrieve a CString and its length. Gives (NULL, 0) for nil. Usable like:
CString
nil
mrb_get_args(mrb, "s", &ptr, &plen);