pub fn table_pre_insert<T: CommandTransaction, F>( f: F, ) -> ClosureTablePreInsertInterceptor<T, F>where F: Fn(&mut TablePreInsertContext<'_, T>) -> Result<()> + Send + Sync + Clone + 'static,