pub trait AeronFlowControlStrategyIdleFuncCallback {
// Required method
fn handle_aeron_flow_control_strategy_on_idle_func(
&mut self,
now_ns: i64,
snd_lmt: i64,
snd_pos: i64,
is_end_of_stream: bool,
) -> i64;
}