pub trait AeronAsyncExecutorTaskExecuteFuncCallback {
// Required method
fn handle_aeron_async_executor_task_on_execute_func(
&mut self,
executor_clientd: *mut c_void,
) -> c_int;
}Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)