pub const Section = union(enum)
pub const Section = union(enum) { undefined, data, read_only_data, func, strings, custom: []const u8, }