Macro rap_debug

Source
macro_rules! rap_debug {
    ($($arg:tt)+) => { ... };
}