#[no_mangle]
pub unsafe extern "C" fn hll_to_buffer(
    ptr: *const SourmashHyperLogLog,
    size: *mut usize
) -> *const u8