pub fn generate_zig_fix(layout: &StructLayout) -> StringExpand description
Render a reordered Zig struct definition as source text.
Zig structs are declared as const Name = struct { ... };.
If the layout is packed, the output uses packed struct.