Constant artichoke_backend::sys::specifiers::CSTRING_AND_LEN

source ·
pub const CSTRING_AND_LEN: &str = "s";
Expand description

Retrieve a CString and its length. Usable like:

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