Macro print_debug

Source
macro_rules! print_debug {
    ($cond:expr, $msg:expr $(, $farg:expr)* ) => { ... };
}