unsafe fn Rf_alloc3DArray(
sexptype: SEXPTYPE,
nrow: c_int,
ncol: c_int,
nface: c_int,
) -> SEXPExpand description
Checked wrapper for Rf_alloc3DArray. Calls Rf_alloc3DArray_unchecked and routes through with_r_thread.
Generated from source location line 2140, column 8.
Generated from source file miniextendr-api/src/ffi.rs.