pub type fmi2GetEventIndicatorsTYPE = Option<unsafe extern "C" fn(c: fmi2Component, eventIndicators: *mut fmi2Real, ni: usize) -> fmi2Status>;Aliased Type§
pub enum fmi2GetEventIndicatorsTYPE {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut f64, usize) -> u32),
}