[][src]Function ejdb_sys::hashmurmur64

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

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