pub trait AeronAgentDoWorkFuncCallback {
// Required method
fn handle_aeron_agent_do_work_func(&mut self) -> c_int;
}
pub trait AeronAgentDoWorkFuncCallback {
// Required method
fn handle_aeron_agent_do_work_func(&mut self) -> c_int;
}