macro_rules! sbb {
    ($a:expr, $b:expr, &mut $borrow:expr$(,)?) => { ... };
}