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