sshbuf_parent
ASSERT_PTR_EQ(sshbuf_parent(p1), NULL);
ASSERT_PTR_EQ(sshbuf_parent(p2), p1);
const struct sshbuf *sshbuf_parent(const struct sshbuf *buf);