[][src]Type Definition napi_sys::uv_connection_cb

type uv_connection_cb = Option<unsafe extern "C" fn(server: *mut uv_stream_t, status: c_int)>;