pub fn bodySlice(zir: Zir, start: usize, len: usize) []Inst.Index
pub fn bodySlice(zir: Zir, start: usize, len: usize) []Inst.Index { return @ptrCast(zir.extra[start..][0..len]); }