Source position: crc.pas line 71
type u128 = packed record
case Integer of
0: (
lo: QWord;
hi: QWord;
);
1: (
guid: tguid;
end;