pub unsafe extern "C" fn roaring_bitmap_xor_many(
    number: usize,
    rs: *mut *const roaring_bitmap_t
) -> *mut roaring_bitmap_t
Expand description

Compute the xor of ‘number’ bitmaps. Caller is responsible for freeing the result.