pub unsafe extern "C" fn roaring_bitmap_or_cardinality(
    x1: *const roaring_bitmap_t,
    x2: *const roaring_bitmap_t
) -> u64
Expand description

Computes the size of the union between two bitmaps.