You should use <cstdint> / <stdint.h>, if you have it. This will give you:
uint64_tis an unsigned integer type which is 64 bits in sizeUINT64_C()is a macro for creating constants of the typeuint64_t, by having the macro append the proper suffix.