Macro verbose_print

Source
macro_rules! verbose_print {
    ($($args:tt)*) => { ... };
}