fasthash_sys

Function SpookyHasherHash

Source
pub unsafe extern "C" fn SpookyHasherHash(
    message: *const c_void,
    length: usize,
    hash1: *mut uint64,
    hash2: *mut uint64,
)