pub unsafe extern "C" fn aws_socket_is_open(
    socket: *mut aws_socket
) -> bool
Expand description

Returns true if the socket is still open (doesn’t mean connected or listening, only that it hasn’t had close() called.