Help for this page
%typemap(in) (unsigned char *string1) { $1 = (unsigned char *)SvPV_nolen($input); }
%typemap(out) (unsigned char *output, const size_t output_length) { ... argvi++; delete $1; }