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