macro_rules! throw_unsup_format {
    ($($tt:tt)*) => { ... };
}