3.1.4 uint64_t

The 64 bit unsigned integer type is represented differently on each platform, using the most appropriate system type:

Windows

ULONGLONG

macOS

uint64_t

Linux

uint64_t