Function roaring64_bitmap_copy

Source
pub unsafe extern "C" fn roaring64_bitmap_copy(
    r: *const roaring64_bitmap_t,
) -> *mut roaring64_bitmap_t
Expand description

Returns a copy of a bitmap. The returned pointer may be NULL in case of errors.