Source position: MacTypes.pas line 301
type UnsignedWide = record
case Boolean of
False: (
lo: UInt32;
hi: UInt32;
);
True: (
int: UInt64;
end;