pub unsafe extern "C" fn roaring_bitmap_from_range(
min: u64,
max: u64,
step: u32,
) -> *mut roaring_bitmap_tExpand description
Add all the values between min (included) and max (excluded) that are at a distance k*step from min. The returned pointer may be NULL in case of errors.