ocaml-retry: bind callbacks in README examples
[Eio.Net.Connection_refused] isn't a constructor of [exn] (the eio
exception is wrapped via Eio.Io); the example also referenced
unbound [connect_to_server] / [call_api]. Use a generic [Failure _]
predicate and pass the side-effecting callbacks as parameters
([~connect_to_server], [~call_api]).