My goal here is to :
- merge what C++ std::string and std::string_view do into a single C type.
- make it foremost fast. In 16 bytes, it fits snuggly into a xmm register.
- use this one day in a new language runtime