Macro print

Source
macro_rules! print {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}