pub trait AeronDriverTerminationHookFuncCallback {
// Required method
fn handle_aeron_driver_termination_hook_func(&mut self);
}
pub trait AeronDriverTerminationHookFuncCallback {
// Required method
fn handle_aeron_driver_termination_hook_func(&mut self);
}