Module OS.Solo5

type solo5_result =
| SOLO5_R_OK
| SOLO5_R_AGAIN
| SOLO5_R_EINVAL
| SOLO5_R_EUNSPEC

A type mapping the C enum solo5_result_t to OCaml *