pub unsafe extern "C" fn roaring_bitmap_xor_cardinality(
    r1: *const roaring_bitmap_t,
    r2: *const roaring_bitmap_t
) -> u64
Expand description

Computes the size of the symmetric difference (xor) between two bitmaps.