It would be useful to be able to do something like this: ```rust const CONTROL_LEN: usize = libc::CMSG_SPACE(mem::size_of::<RawFd>() as _) as _; ``` This is possible in C/C++.