pub unsafe extern "C" fn roaring_bitmap_portable_size_in_bytes(
    r: *const roaring_bitmap_t
) -> usize
Expand description

How many bytes are required to serialize this bitmap.

This is meant to be compatible with the Java and Go versions: https://github.com/RoaringBitmap/RoaringFormatSpec