This structure is followed by GenericBlobs in no particular order as indicated by offsets in index
magic: u32Magic number
length: u32Total length of SuperBlob
count: u32Number of index BlobIndex entries following this 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,
}