CODE: { RETVAL = NEWSV(0, 16); SvPOK_only(RETVAL); SvCUR_set(RETVAL, 16); fcn(SvPV(RETVAL, len)); printf("string: %s length: %d", RETVAL, len); }