Function roaring_bitmap_copy

Source
pub unsafe extern "C" fn roaring_bitmap_copy(
    r: *const roaring_bitmap_t,
) -> *mut roaring_bitmap_t
Expand 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.