Skip to main content

Rf_mkCharCE_unchecked

Function Rf_mkCharCE_unchecked 

Source
pub(crate) unsafe extern "C-unwind" fn Rf_mkCharCE_unchecked(
    s: *const c_char,
    encoding: cetype_t,
) -> SEXP
Expand description

Create a CHARSXP with specified encoding.

ยงParameters

  • s: C string
  • encoding: Character encoding (CE_UTF8, CE_LATIN1, etc.) Unchecked FFI binding for Rf_mkCharCE. Generated from source location line 3663, column 19. Generated from source file miniextendr-api/src/ffi.rs.