Macro TIMER

Source
macro_rules! TIMER {
    (GL, $_: ident, $b: block) => { ... };
    ($_: ident, $b: block) => { ... };
}