macro_rules! i2c_begin_write {
    ($sim: ident, $clock: ident, $uut: ident, $addr: expr) => { ... };
}