pub type FD_SET = fd_set;
struct FD_SET { pub fd_count: u32, pub fd_array: [u64; 64], }
fd_count: u32
fd_array: [u64; 64]