pub unsafe fn Rf_errorcall(
call: SEXP,
fmt: *const c_char,
arg1: *const c_char,
) -> !Expand description
Checked wrapper for Rf_errorcall - panics if called from non-main thread.
ยงSafety
- Must be called from the R main thread
callmust be a valid SEXP or R_NilValuefmtandarg1must be valid null-terminated C strings