[][src]Type Definition napi_sys::uv__io_cb

type uv__io_cb = Option<unsafe extern "C" fn(loop_: *mut uv_loop_s, w: *mut uv__io_s, events: c_uint)>;