unsafe fn Rf_type2char(sexptype: SEXPTYPE) -> *const c_charExpand description
Convert SEXPTYPE to C string name.
Returns a string like “INTSXP”, “REALSXP”, etc.
Checked wrapper for Rf_type2char. Calls Rf_type2char_unchecked and routes through with_r_thread.
Generated from source location line 3690, column 8.
Generated from source file miniextendr-api/src/ffi.rs.