pub fn check_dep_encode_decode<V>(element: V, expected_bytes: &[u8])where V: NestedEncode + NestedDecode + PartialEq + Debug,