pub async fn create_tcp_client_binding(
bind_host: SocketAddr,
port_range: Option<String>,
hopr: Arc<Hopr>,
open_listeners: ListenerJoinHandles,
destination: Address,
target_spec: SessionTargetSpec,
config: SessionClientConfig,
use_session_pool: Option<usize>,
max_client_sessions: Option<usize>,
) -> Result<(SocketAddr, Option<HoprSessionId>, usize), BindError>