unsafe fn Rf_installChar(x: SEXP) -> SEXPExpand description
Install a symbol from a CHARSXP.
Like Rf_install() but takes a CHARSXP instead of C string.
Checked wrapper for Rf_installChar. Calls Rf_installChar_unchecked and routes through with_r_thread.
Generated from source location line 3904, column 8.
Generated from source file miniextendr-api/src/ffi.rs.