pub fn epoll_wait(
    epfd: RawFd,
    events: &mut [EpollEvent],
    timeout_ms: isize
) -> Result<usize>
Available on crate feature event only.