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

#[no_mangle]
pub unsafe extern "C" fn kmerminhash_set_abundances(
    ptr: *mut SourmashKmerMinHash,
    hashes_ptr: *const u64,
    abunds_ptr: *const u64,
    insize: usize,
    clear: bool
)