roaring_bitmap_portable_deserialize_safe

read a bitmap from a serialized version in a safe manner (reading up to maxbytes). This is meant to be compatible with the Java and Go versions. See format specification at https://github.com/RoaringBitmap/RoaringFormatSpec

In case of failure, a null pointer is returned.

extern (C)
roaring_bitmap_portable_deserialize_safe
(
const char* buf
,
size_t maxbytes
)

Meta