pub unsafe extern "C" fn roaring_bitmap_copy(
r: *const roaring_bitmap_t,
) -> *mut roaring_bitmap_tExpand description
Copies a bitmap (this does memory allocation). The caller is responsible for memory management. The returned pointer may be NULL in case of errors.