pub type COBIAGETDATACLASSFACTORY = Option<unsafe extern "C" fn() -> *mut ICobiaDataClassFactory>;Aliased Type§
pub enum COBIAGETDATACLASSFACTORY {
None,
Some(unsafe extern "C" fn() -> *mut ICobiaDataClassFactory),
}Variants§
None
No value.
Some(unsafe extern "C" fn() -> *mut ICobiaDataClassFactory)
Some value of type T.