#[no_mangle]
pub unsafe extern "C" fn kmerminhash_add_hash(
    ptr: *mut SourmashKmerMinHash,
    h: u64
)