pub type Event = epoll_event;
#[repr(C, packed(1))]pub struct Event { pub events: u32, pub u64: u64, }
events: u32
u64: u64