SV* my_c_function(SV* sv) { STRLEN len; const char* s = SvPVbyte(sv, len); ... return newSV(...); }