pub fn table_pre_update<T: CommandTransaction, F>( f: F, ) -> ClosureTablePreUpdateInterceptor<T, F>where F: for<'a> Fn(&mut TablePreUpdateContext<'a, T>) -> Result<()> + Send + Sync + Clone + 'static,