pub type MetadataKeyOf<T> = BoundedVec<u8, <T as Config>::MaxKeyLen>;
pub struct MetadataKeyOf<T>(/* private fields */);