Function MurmurHash2A

Source
pub unsafe extern "C" fn MurmurHash2A(
    key: *const c_void,
    len: c_int,
    seed: u32,
) -> u32