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