Type Definition libpulse_binding::mainloop::standard::PollFn
source · pub type PollFn = extern "C" fn(ufds: *mut pollfd, nfds: c_ulong, timeout: i32, userdata: *mut c_void) -> i32;Expand description
Generic prototype of a poll() like function