pub fn visit_show_create_connection_statement_mut<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast mut ShowCreateConnectionStatement<T>
)
where V: VisitMut<'ast, T> + ?Sized,