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