pub(crate) unsafe extern "C-unwind" fn Rf_mkCharCE_unchecked(
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.) Unchecked FFI binding forRf_mkCharCE. Generated from source location line 3663, column 19. Generated from source fileminiextendr-api/src/ffi.rs.