pub type SEXPResult = RResult<SEXP>;
pub enum SEXPResult { Ok(*mut Struct_SEXPREC), Err(RError), }
Contains the success value
Contains the error value