Type Alias fmi_sys::fmi2::fmi2GetTypesPlatformTYPE
source · pub type fmi2GetTypesPlatformTYPE = Option<unsafe extern "C" fn() -> *const c_char>;Expand description
Types for Common Functions
Aliased Type§
enum fmi2GetTypesPlatformTYPE {
None,
Some(unsafe extern "C" fn() -> *const i8),
}