# Functions
Returns a non-NULL pointer to a NUL-terminated C style string that should be explicitly freed, if successful.
Demangles the Microsoft symbol pointed at by mangled_name and returns it.
Demangles a Rust v0 mangled symbol.
# Constants
No description provided by the author
# Type aliases
enum MSDemangleFlags {
MSDF_None = 0,
MSDF_DumpBackrefs = 1 << 0,
MSDF_NoAccessSpecifier = 1 << 1,
MSDF_NoCallingConvention = 1 << 2,
MSDF_NoReturnType = 1 << 3,
MSDF_NoMemberType = 1 << 4,
MSDF_NoVariableType = 1 << 5,
};
*/.
StringView represents a C++ std::string_view object.