Macro debug_print

Source
macro_rules! debug_print {
    ($s:literal) => { ... };
}