pub fn catch_unwind_system_panic_transformer<T>(
    args: Result<Result<T, RuntimeError>, Box<dyn Any + Send>>
) -> Result<T, RuntimeError>