pub type R_altrep_Length_method_t = Option<unsafe extern "C" fn(arg1: SEXP) -> R_xlen_t>;
pub enum R_altrep_Length_method_t { None, Some(unsafe extern "C" fn(*mut SEXPREC) -> isize), }
No value.
Some value of type T.
T