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

Initialize a roaring bitmap structure in memory controlled by client. The bitmap will be in a “clear” state, with no auxiliary allocations. Since this performs no allocations, the function will not fail.