unsafe extern "C-unwind" fn S_alloc_unchecked(
nelem: c_long,
eltsize: c_int,
) -> *mut c_charExpand description
S compatibility: allocate zeroed memory on R’s memory stack.
§Parameters
nelem: Number of elementseltsize: Size of each element Unchecked FFI binding forS_alloc. Generated from source location line 3347, column 8. Generated from source fileminiextendr-api/src/ffi.rs.