void func (SV *scalar) PPCODE: SV *result = newSV(INIT_SIZE); sv_setpv(result, ""); SvPOK_only(result); serialize(result, scalar); XPUSHs(result);