pub fn extract_zig_field_chunks(body: &str) -> Vec<(String, String)>
Split a Zig struct body (text between { and }, exclusive) into field chunks separated by , at depth 0.
{
}
,