Type Alias fmi_sys::fmi2::fmi2SetDebugLoggingTYPE
source · pub type fmi2SetDebugLoggingTYPE = Option<unsafe extern "C" fn(arg1: fmi2Component, arg2: fmi2Boolean, arg3: usize, arg4: *const fmi2String) -> fmi2Status>;Aliased Type§
enum fmi2SetDebugLoggingTYPE {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: i32, _: usize, _: *const *const i8) -> u32),
}