[][src]Constant mruby_sys::specifiers::NULLABLE_CSTRING_AND_LEN

pub const NULLABLE_CSTRING_AND_LEN: &str

Retrieve a CString and its length. Gives (NULL, 0) for nil. Usable like:

mrb_get_args(mrb, "s", &ptr, &plen);