pub type MediumBlob = Confined<Vec<u8>, ZERO, U24>;
Vec<u8> with maximum 2^24-1 characters.
Vec<u8>
struct MediumBlob(/* private fields */);