void GB.StoreString ( GB_STRING *src , char **dst )
Store a Gambas String value into memory.
The stored string is a copy of the Gambas string src, and is stored as a char *. A zero-length string is stored as a null pointer.