pub unsafe extern "C" fn aws_websocket_client_connect(
    options: *const aws_websocket_client_connection_options
) -> c_int
Expand description

Asynchronously establish a client websocket connection. The on_connection_setup callback is invoked when the operation has finished creating a connection, or failed.