pub fn process_vote_unchecked(
    vote_state: &mut VoteState,
    vote: Vote
) -> Result<(), VoteError>
Expand description

“unchecked” functions used by tests and Tower