Source position: zuncompr.pas line 34
function uncompress(
dest: Pbyte;
var destLen: Cardinal;
const source: array of Byte;
sourceLen: Cardinal
):Integer;