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