macro_rules! option_to_string {
    ($fmt_str:expr, $opt:expr) => { ... };
}