macro_rules! checked_deref_cs {
($ptr:expr, $ty:ty) => { ... };
}Expand description
Safely dereferences an FMI instance pointer for Co-Simulation instances with wrapper context.
macro_rules! checked_deref_cs {
($ptr:expr, $ty:ty) => { ... };
}Safely dereferences an FMI instance pointer for Co-Simulation instances with wrapper context.