Function sourmash::ffi::hyperloglog::hll_add_sequence[][src]

#[no_mangle]
pub unsafe extern "C" fn hll_add_sequence(
    ptr: *mut SourmashHyperLogLog,
    sequence: *const c_char,
    insize: usize,
    force: bool
)