pub fn err_line(args: Arguments<'_>)
Writes a formatted diagnostic line to standard error.
This is primarily exposed for the binary entrypoint.
oy::err_line(format_args!("error: {}", "example"));