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