pub fn epoll_ctl<'a, T>( epfd: RawFd, op: EpollOp, fd: RawFd, event: T) -> Result<()> where T: Into<Option<&'a mut EpollEvent>>,