Source position: dzlib.pas line 137
procedure DecompressBuf(
const InBuf: Pointer;
InBytes: Integer;
OutEstimate: Integer;
out OutBuf: Pointer;
out OutBytes: Integer
);