Macro commit_multi_var_with_provided_txn

Source
macro_rules! commit_multi_var_with_provided_txn {
    ($txn:expr, $($val_txn:expr),*) => { ... };
}