Function hashmurmur64

Source
pub unsafe extern "C" fn hashmurmur64(
    buf: *const c_void,
    size: usize,
    seed: u32,
) -> u64
Expand description

Get the hash value by MurMur hashing. @param buf the source buffer. @param size the size of the source buffer. @return the hash value.