macro_rules! print_indented {
    ($writer:ident, $s:expr, $indent_lvl:expr) => { ... };
}