blob: 488a739e4b62714283cadde3a3aeaecda984d2c6 [file] [log] [blame]
void WRAPPER(const void* key, int len, uint32_t seed, void* out) {
*(uint64_t*)out = FUNCTION((const char*)key, len, seed);
}