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