Macro write_string

Source
macro_rules! write_string {
    { $($a:tt)* } => { ... };
}