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