pub unsafe extern "C" fn roaring_bitmap_deserialize(
    buf: *const c_void
) -> *mut roaring_bitmap_t
Expand description

Use with roaring_bitmap_serialize().

(See roaring_bitmap_portable_deserialize() if you want a format that’s compatible with Java and Go implementations)