pub(crate) unsafe fn Rf_mkCharCE(s: *const c_char, encoding: cetype_t) -> SEXPExpand description
Create a CHARSXP with specified encoding.
ยงParameters
s: C stringencoding: Character encoding (CE_UTF8, CE_LATIN1, etc.) Checked wrapper forRf_mkCharCE. CallsRf_mkCharCE_uncheckedand routes throughwith_r_thread. Generated from source location line 3663, column 19. Generated from source fileminiextendr-api/src/ffi.rs.