pool_pack_conf
ret = pool_pack_conf(kbuf, kbufsz, &size);
ret = pool_pack_conf(NULL, 0, &size);
extern int pool_pack_conf(void *, size_t, size_t *);