Macro debug_heading

Source
macro_rules! debug_heading {
    ($($t:tt)*) => { ... };
}