pub fn process_catch<T>( funcname: &'static str, ret: Result<T, Box<dyn Any + Send>>, ) -> Result<T, GLCoreError>
Translate the returned Result<T> from std::panic::catch_unwind() to our Result<T>
Result<T>
std::panic::catch_unwind()