A set of file descriptors.
enum CMsg<'a> { Fds(&'a [i32]) }
The file descriptors sent with the message.
unix(7) and SCM_RIGHTS therein