#[no_mangle]
pub unsafe extern "C" fn hll_update_mh(
    ptr: *mut SourmashHyperLogLog,
    optr: *const SourmashKmerMinHash
)