[][src]Type Definition jl_sys::uv_poll_cb

type uv_poll_cb = Option<unsafe extern "C" fn(handle: *mut uv_poll_t, status: c_int, events: c_int)>;