Macro sincere::DEBUG []

macro_rules! DEBUG {
    ( target : $ target : expr , $ ( $ arg : tt ) * ) => { ... };
    ( $ ( $ arg : tt ) * ) => { ... };
}