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