pub const cmsghdr = extern struct
pub const cmsghdr = extern struct { /// The kernel and glibc use `usize` for this field; musl uses `socklen_t`. len: usize, level: i32, type: i32, }