Help for this page
SV* set_parent(SV* self, SV* parent) { Node* me = (Node*)SvIV(SvRV(self)); ... SvREFCNT_inc(self); return self; }