macro_rules! verbose_print {
    ($verbose:expr, $($fmt:tt)*) => { ... };
}