pub unsafe extern "C" fn roaring_bitmap_intersect_with_range( bm: *const roaring_bitmap_t, x: u64, y: u64, ) -> bool
Check whether a bitmap and an open range intersect.