write_red

Macro write_red 

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