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