pub type fmi2GetIntegerStatusTYPE = Option<unsafe extern "C" fn(*mut c_void, u32, *mut i32) -> u32>;
pub enum fmi2GetIntegerStatusTYPE { None, Some(unsafe extern "C" fn(*mut c_void, u32, *mut i32) -> u32), }
No value.
Some value of type T.
T