Source position: gstring.inc line 10
type TGString = record
str: Pgchar;
len: gsize;
allocated_len: gsize;
end;