pub fn apply_fixes_zig(source: &str, layouts: &[&StructLayout]) -> StringExpand description
Apply Zig struct reorderings in-place, returning the modified source. Preserves field comments and annotations verbatim; falls back to IR-based generation.
pub fn apply_fixes_zig(source: &str, layouts: &[&StructLayout]) -> StringApply Zig struct reorderings in-place, returning the modified source. Preserves field comments and annotations verbatim; falls back to IR-based generation.