pub type fmi2SetRealInputDerivativesTYPE = Option<unsafe extern "C" fn(c: fmi2Component, vr: *const fmi2ValueReference, nvr: usize, order: *const fmi2Integer, value: *const fmi2Real) -> fmi2Status>;Expand description
Types for Functions for FMI2 for Co-Simulation
Aliased Type§
pub enum fmi2SetRealInputDerivativesTYPE {
None,
Some(unsafe extern "C" fn(*mut c_void, *const u32, usize, *const i32, *const f64) -> u32),
}