public static bool IsEmpty(this SectionHeader header) => header.Size <= 4;
public static unsafe bool IsEmpty(SectionHeader* header) => header->Size <= 4;