extern "C" fn rlang_stop_internal2(
_file: *const c_char,
_line: c_int,
_call: Sexp,
fmt: *const c_char,
)Expand description
rlang_stop_internal2 — abort with file/line context.
Signature: void rlang_stop_internal2(const char* file, int line, SEXP call, const char* fmt, ...)