#[no_mangle]
pub unsafe extern "C" fn kmerminhash_add_from(
    ptr: *mut SourmashKmerMinHash,
    other: *const SourmashKmerMinHash
)