Macro colour::writeln_magenta_bold

source ยท
macro_rules! writeln_magenta_bold {
    ($dst:expr, $($args:tt)*) => { ... };
}