pub unsafe extern "C" fn roaring_bitmap_clear(
    r: *mut roaring_bitmap_t
)
Expand description

Empties the bitmap. It will have no auxiliary allocations (so if the bitmap was initialized in client memory via roaring_bitmap_init(), then a call to roaring_bitmap_clear() would be enough to “free” it)