fn pack_voting_token<W: Write>(
    token_identifier: &TokenIdentifier,
    codec: &mut Codec<W>
) -> Result<(), WriteError>