pub extern "C" fn poll(
    fn_ptr: Option<&extern "C" fn(_: *mut pollfd, _: nfds_t, _: c_int) -> c_int>,
    fds: *mut pollfd,
    nfds: nfds_t,
    timeout: c_int
) -> c_int
Expand description

poll