pub fn set_global_reporter<R>(reporter: R)where R: ProblemReporter + Send + Sync + 'static,
Sets the current global reporter.
This function panics if it is called twice.