pub trait UncapturedErrorHandler: Fn(Error) + Send + 'static { }
Type for the callback of uncaptured error handler