macro_rules! db_region_open {
    () => { ... };
    ($show:expr) => { ... };
    ($show:expr, $($br:tt)+) => { ... };
    ($is_seam:expr ; $show:expr ; $($br:tt)+) => { ... };
}