fn getString(di: Dwarf, offset: u64) ![:0]const u8
fn getString(di: Dwarf, offset: u64) ![:0]const u8 { return getStringGeneric(di.section(.debug_str), offset); }