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