zpool_history_unpack
if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0)
if ((err = zpool_history_unpack(buf, bytes_read,
extern int zpool_history_unpack(char *, uint64_t, uint64_t *, nvlist_t ***,