void GB.FreeString ( char ** str )
Release a string created with GB.NewString.
str points at a variable containing the string pointer.
The variable str points at is set to null after the string is freed.