Help for this page
SV* test( SV *a, SV *b ) { SV * c; ... c = newSVsv(a); return c; }
SV * test4(SV * a, SV * b){return newSVuv(42);} SV * test5(char * a, char * b){return newSVuv(42);}