pub type Rdb_objects = Option<unsafe extern "C" fn(arg1: *mut R_ObjectTable) -> SEXP>;
Aliased Type§
enum Rdb_objects {
None,
Some(unsafe extern "C" fn(*mut Struct__R_ObjectTable) -> *mut Struct_SEXPREC),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut Struct__R_ObjectTable) -> *mut Struct_SEXPREC)
Some value of type T
.