// wyrand: https://github.com/wangyi-fudan/wyhash/blob/master/wyhash.h
// A (hash-table) hash derivative.
typedef struct prng_state prng_state;
// Writes a 64-bit little endian integer to dst
static inline void
static inline uint64_t
static inline uint64_t
static inline uint64_t
// buf's size must be a multiple of 8 bytes.
static inline void
void