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