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