pub fn print_message_trace_with_colors(
    message: &Message,
    full_message: bool,
    min_depth: i32,
    max_depth: i32,
    colorized: bool,
    colors: impl Into<Vec<u8>>
) -> Result<(), Box<dyn Error>>