fasthash_sys

Function MurmurHash3_x86_128

Source
pub unsafe extern "C" fn MurmurHash3_x86_128(
    key: *const c_void,
    len: c_int,
    seed: u32,
    out: *mut c_void,
)