pub type fmi3FreeInstanceTYPE = Option<unsafe extern "C" fn(instance: fmi3Instance)>;
pub enum fmi3FreeInstanceTYPE { None, Some(unsafe extern "C" fn(*mut c_void)), }
No value.
Some value of type T.
T