#[no_mangle]
pub unsafe extern "C" fn kmerminhash_add_protein(
    ptr: *mut SourmashKmerMinHash,
    sequence: *const c_char
)