public static int poll(ref PollFD fd, int fd_count, int timeout) { return(poll(ref fd, (IntPtr)fd_count, timeout)); }
public static extern int poll(ref PollFD fd, IntPtr fd_count, int timeout);