pub fn visit_explain_stage<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast ExplainStage
)
where V: Visit<'ast, T> + ?Sized,