pub fn create_quinn_client( bind_addr: SocketAddr, alpn_protocols: Vec<Vec<u8>>, keylog: bool ) -> Result<Endpoint>
Create a quinn client endpoint.