Source position: bios.inc line 12
type DecompressionStream = packed record
getSize: TGetHeaderCallback;
getResult: TGetResultCallback;
readByte: TGetByteCallback;
end;