Fnv64_t
#define FNV1_64_INIT ((Fnv64_t) 0xcbf29ce484222325ULL)
#define FNV_64_PRIME ((Fnv64_t) 0x100000001b3ULL)
static __inline Fnv64_t
fnv_64_buf(const void *buf, size_t len, Fnv64_t hval)
static __inline Fnv64_t
fnv_64_str(const char *str, Fnv64_t hval)