Source position: gd.pas line 684
type gdSink = record
sink: function(
context: pointer;
buffer: PAnsiChar;
len: cint
):cint;
end;