pub fn getMangle(t: *Translator) u32
pub fn getMangle(t: *Translator) u32 { t.mangle_count += 1; return t.mangle_count; }