pub type CommitBegin = Arc<dyn Fn() -> Result<CommandTransaction> + Send + Sync>;
pub struct CommitBegin { /* private fields */ }