CFRunLoop.RunResult
type t =
| Finished
| Stopped
| TimedOut
| HandledSource
val to_int32 : t -> int32 Types_detected.const
val of_int32 : int32 Types_detected.const -> t
val typ : t Ctypes.typ