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