pub fn fold_sql_option<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: SqlOption<T>) -> SqlOption<T2> where F: Fold<T, T2> + ?Sized,