This structure is followed by GenericBlobs in no particular order as indicated by offsets in index
pub const SuperBlob = extern struct
pub const SuperBlob = extern struct {
/// Magic number
magic: u32,
/// Total length of SuperBlob
length: u32,
/// Number of index BlobIndex entries following this struct
count: u32,
}