pub type Rdb_canCache = Option<unsafe extern "C" fn(name: *const c_char, arg1: *mut R_ObjectTable) -> Rboolean>;
enum Rdb_canCache { None, Some(unsafe extern "C" fn(*const i8, *mut Struct__R_ObjectTable) -> Rboolean), }
No value.
Some value of type T.
T