pub unsafe extern "C" fn roaring_bitmap_of_ptr( n_args: usize, vals: *const u32, ) -> *mut roaring_bitmap_t
Creates a new bitmap from a pointer of uint32_t integers The returned pointer may be NULL in case of errors.