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