Macro format_fixed

Source
macro_rules! format_fixed {
    ($n:expr, $($arg:tt)*) => { ... };
}