pub type BoundedInline = BoundedVec<u8, ConstU32<128>>;
pub struct BoundedInline(/* private fields */);