pub type DisplayHandle = BoundedVec<u8, ConstU32<{ _ }>>;
A display handle, which is a base handle with suffix separated by a delimiter
struct DisplayHandle(/* private fields */);