Hash the specified length bytes of message using seed as a seed. Return the resulting 32-bit hash. The behavior is undefined unless message points at least length bytes of initialized memory or length is zero.
Declared in <bslh_spookyhashalgorithmimp.h>
static
SpookyHashAlgorithmImp::Uint32
hash32(
void const* message,
size_t length,
Uint32 seed);