pub type fmi3GetVersionTYPE = Option<unsafe extern "C" fn() -> *const c_char>;
Types for Common Functions
pub enum fmi3GetVersionTYPE { None, Some(unsafe extern "C" fn() -> *const i8), }
No value.
Some value of type T.
T