fn find_step_target( arena: &[DebugNode], current_node_index: usize, current_step: usize, matches: impl FnMut(&DebugNode, &CallTraceStep) -> bool, ) -> Option<StepTarget>