fn submit_vote_stats<'a, I>(name: &'static str, votes: I)where
    I: IntoIterator<Item = (&'a Slot, &'a usize)>,