unsafe fn charsxp_to_str_impl(ptr: *const c_char, charsxp: SEXP) -> &'static str
Shared implementation: given a data pointer and CHARSXP, produce &str.
&str
UTF-8 locale is asserted at init — from_utf8_unchecked is safe.
from_utf8_unchecked