Macro print_error

Source
macro_rules! print_error {
    ($($data:expr),*) => { ... };
}