pub trait AeronExecutorExecutionCompleteFuncCallback {
// Required method
fn handle_aeron_executor_on_execution_complete_func(
&mut self,
task: *mut aeron_executor_task_t,
) -> c_int;
}
pub trait AeronExecutorExecutionCompleteFuncCallback {
// Required method
fn handle_aeron_executor_on_execution_complete_func(
&mut self,
task: *mut aeron_executor_task_t,
) -> c_int;
}