pub type CaptureTransactionFn = Arc<dyn Fn(&TransactionMut<'_>) -> bool + Sync + Send>;
pub struct CaptureTransactionFn { /* private fields */ }