Function sourmash::ffi::minhash::kmerminhash_new[][src]

#[no_mangle]
pub unsafe extern "C" fn kmerminhash_new(
    scaled: u64,
    k: u32,
    hash_function: HashFunctions,
    seed: u64,
    track_abundance: bool,
    n: u32
) -> *mut SourmashKmerMinHash