Macro colour::writeln_white_bold

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