typedef unsigned long long UINT64;
The UINT64 type is an architecture-independent data type designed to represent a 64-bit unsigned integer. This type is conditionally defined and is available only when 64-bit support is explicitly enabled by setting the AR_USE_64_BIT configuration constant to 1.