Macro info_fmt

Source
macro_rules! info_fmt {
    ($fmt:expr, $($arg:tt)*) => { ... };
    ($msg:expr) => { ... };
}