pub trait AeronFlowControlStrategySetupFuncCallback {
// Required method
fn handle_aeron_flow_control_strategy_on_setup_func(
&mut self,
setup: &[u8],
now_ns: i64,
snd_lmt: i64,
position_bits_to_shift: usize,
snd_pos: i64,
) -> i64;
}