fn pack_vote_proposal<W: Write>(
    proposal: &Proposal,
    codec: &mut Codec<W>
) -> Result<(), WriteError>