Get returns the type of the MessagePack value, its length, and a boolean indicating the nature of the length.
The length represents either the actual value's length (if the boolean is true),
or the number of bytes used to encode the value's length (if the boolean is false).