pub async fn create_udp_client(
    proxy_addr: &str,
    auth: Option<UserKey>
) -> Result<SocksUdpClient>