Type Alias libR_sys::R_altraw_Elt_method_t
source · pub type R_altraw_Elt_method_t = Option<unsafe extern "C" fn(arg1: SEXP, arg2: R_xlen_t) -> Rbyte>;
Aliased Type§
enum R_altraw_Elt_method_t {
None,
Some(unsafe extern "C" fn(_: *mut SEXPREC, _: isize) -> u8),
}