roaring_bitmap_portable_deserialize_size

Check how many bytes would be read (up to maxbytes) at this pointer if there is a bitmap, returns zero if there is no valid bitmap. This is meant to be compatible with the Java and Go versions. See format specification at https://github.com/RoaringBitmap/RoaringFormatSpec

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

Meta