pub type R_altinteger_Get_region_method_t = Option<unsafe extern "C" fn(arg1: SEXP, arg2: R_xlen_t, arg3: R_xlen_t, arg4: *mut c_int) -> R_xlen_t>;Expand description
Must copy up to n elements, starting at 0-based index i, into buf[n], and return the number of elements copied. The default method defers to INTEGER_ELT and hence the Elt method above.
Aliased Type§
pub enum R_altinteger_Get_region_method_t {
None,
Some(unsafe extern "C" fn(*mut SEXPREC, isize, isize, *mut i32) -> isize),
}