pub(crate) unsafe fn R_MakeExternalPtr(
p: *mut c_void,
tag: SEXP,
prot: SEXP,
) -> SEXPExpand description
External pointer interface
Checked wrapper for R_MakeExternalPtr. Calls R_MakeExternalPtr_unchecked and routes through with_r_thread.
Generated from source location line 2015, column 19.
Generated from source file miniextendr-api/src/ffi.rs.