pub type FdSet = fd_set;
#[repr(C)]pub struct FdSet { pub fd_count: u32, pub fd_array: [usize; 64], }
fd_count: u32
fd_array: [usize; 64]