Macro tree_write

Source
macro_rules! tree_write {
    ($dst:expr, $($args:tt)*) => { ... };
}