A struct representing a string that must be freed by the caller. Typically used for strings returned by the Ada library that require manual memory management.
Pointer to the string data.
Length of the string.
See Implementation
A struct representing a string that must be freed by the caller. Typically used for strings returned by the Ada library that require manual memory management.