Source position: contnrs.pp line 222
type TFPHashListItem = record
HashValue: uint32;
Next: int32;
Str: RawByteString;
Data: Pointer;
end;