pub(crate) unsafe fn R_tryEvalSilent(
expr: SEXP,
env: SEXP,
error_occurred: *mut c_int,
) -> SEXPExpand description
Checked wrapper for R_tryEvalSilent. Calls R_tryEvalSilent_unchecked and routes through with_r_thread.
Generated from source location line 2581, column 19.
Generated from source file miniextendr-api/src/ffi.rs.