pub fn check_top_encode_decode<V>(element: V, expected_bytes: &[u8])where
    V: TopEncode + TopDecode + PartialEq + Debug,