async fn convert_async_panics<F>(f: impl FnOnce() -> F) -> Result<Response> where
    F: Future<Output = Result<Response>>,