Macro im_debug

Source
macro_rules! im_debug {
    ($name:expr, $data:expr, $frame:expr) => { ... };
}