pub type BoundedBytes<S> = BoundedBytesString<BytesKind, S>;
struct BoundedBytes<S> { /* private fields */ }