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