pub type PollFn = extern "C" fn(ufds: *mut pollfd, nfds: c_ulong, timeout: i32, userdata: *mut c_void) -> i32;
Generic prototype of a poll() like function.