u_int64_t
typedef unsigned long int u_int64_t;
typedef unsigned long long int u_int64_t;
typedef unsigned long long u_int64_t; /* 8-bytes (64-bits) */
#define u_int64_t unsigned __int64
typedef __uint64_t u_int64_t;