sshbuf_refcount
ASSERT_U_INT_EQ(sshbuf_refcount(p1), 1);
ASSERT_U_INT_EQ(sshbuf_refcount(p1), 2);
u_int sshbuf_refcount(const struct sshbuf *buf);