pub fn sanity_check_round_delays(
    max_rounds: u16,
    round_delays: Arc<dyn Fn(usize) -> Duration + Sync + Send + 'static>
)