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