Source position: gd.pas line 386
type gdSource = record
source: function(
context: pointer;
buffer: PAnsiChar;
len: cint
):cint;
end;