pub unsafe extern "C" fn roaring_bitmap_from_range( min: u64, max: u64, step: u32, ) -> *mut roaring_bitmap_t
Add all the values between min (included) and max (excluded) that are at a distance k*step from min.