int poll( ffi.Pointer<pollfd> __fds, int __nfds, int __timeout, ) { return _poll( __fds, __nfds, __timeout, ); }