pub trait AeronIdleStrategyFuncCallback {
// Required method
fn handle_aeron_idle_strategy_func(&mut self, work_count: c_int);
}
pub trait AeronIdleStrategyFuncCallback {
// Required method
fn handle_aeron_idle_strategy_func(&mut self, work_count: c_int);
}