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