pub unsafe extern "C" fn roaring_bitmap_create() -> *mut roaring_bitmap_tExpand description
Dynamically allocates a new bitmap (initially empty).
Returns NULL if the allocation fails.
Client is responsible for calling roaring_bitmap_free().
pub unsafe extern "C" fn roaring_bitmap_create() -> *mut roaring_bitmap_tDynamically allocates a new bitmap (initially empty).
Returns NULL if the allocation fails.
Client is responsible for calling roaring_bitmap_free().