fn pack_vote_plan<W: Write>(
    vote_plan: &VotePlan,
    codec: &mut Codec<W>
) -> Result<(), WriteError>