macro_rules! format_fixed {
    ($sz:expr, $f:expr, $($arg:expr),*) => { ... };
}