pub fn new_stake_history_entry<'a, I>(
    epoch: Epoch,
    stakes: I,
    history: Option<&StakeHistory>
) -> StakeHistoryEntrywhere
    I: Iterator<Item = &'a Delegation>,