# Functions
GoString converts a C++ std::string object to a Go string.
NewString creates a C++ std::string object.
NewStringEmpty creates an empty std::string object.
NewStringFrom creates a copy of a C++ std::string object.
NewStringFromCStr creates a C++ std::string object.
NewStringFromCStrLen creates a C++ std::string object.
Str creates a constant C++ std::string object.
# Type aliases
StringView represents a C++ std::string_view object.