Pointer to UInt64.
Source position: systemh.inc line 619
type PUInt64 = ^UInt64;
PUInt64 is a pointer to a UInt64, an unsigned 64-bit integer.
UInt64
Unsigned 64-bit integer.