Event.Device
Events about devices being added and removed.
type ty = [
| `Device_added of [ `Device_added ] t
| `Device_removed of [ `Device_removed ] t
]