pub unsafe extern "C" fn epoll_wait(
    epfd: i32,
    events: *mut epoll_event,
    maxevents: i32,
    timeout: i32
) -> i32