Macro PRINT_IMPL

Source
macro_rules! PRINT_IMPL {
    ($($t: tt)+) => { ... };
}