MINOR: quic: implement a basic "show quic" CLI handler

Implement a basic "show quic" CLI handler. This command will be useful
to display various information on all the active QUIC frontend
connections.

This work is heavily inspired by "show sess". Most notably, a global
list of quic_conn has been introduced to be able to loop over them. This
list is stored per thread in ha_thread_ctx.

Also add three CLI handlers for "show quic" in order to allocate and
free the command context. The dump handler runs on thread isolation.
Each quic_conn is referenced using a back-ref to handle deletion during
handler yielding.

For the moment, only a list of raw quic_conn pointers is displayed. The
handler will be completed over time with more information as needed.

This should be backported up to 2.7.
diff --git a/doc/management.txt b/doc/management.txt
index 5a15ec0..bf7ba8c 100644
--- a/doc/management.txt
+++ b/doc/management.txt
@@ -2966,6 +2966,11 @@
     too_big: too big response
     outdated: number of response arrived too late (after an other name server)
 
+show quic
+  Dump information on all active QUIC frontend connections. This command is
+  restricted and can only be issued on sockets configured for levels "operator"
+  or "admin".
+
 show servers conn [<backend>]
   Dump the current and idle connections state of the servers belonging to the
   designated backend (or all backends if none specified). A backend name or