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