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