pub unsafe extern "C" fn roaring64_bitmap_create() -> *mut roaring64_bitmap_tExpand description
Dynamically allocates a new bitmap (initially empty).
Client is responsible for calling roaring64_bitmap_free().
The returned pointer may be NULL in case of errors.