Macro dev_debug

Source
macro_rules! dev_debug {
    ($verbose_flag:expr, $($arg:tt)*) => { ... };
}