The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
TYPEMAP
DocObj **		T_PTROBJ
SearchResponseAPDU *	T_SRAPDU
InitResponseAPDU *	T_SRAPDU
#############################################################################
INPUT
T_SRAPDU
	if (sv_isa($arg, \"${Package}\")) {
	    IV tmp = SvIV((SV*)SvRV($arg));
	    $var = ($type) tmp;
	}
	else
	    croak(\"$var is not of type ${ntype}\")
#############################################################################
OUTPUT
T_SRAPDU
	sv_setref_pv($arg, \"${Package}\", (void*)$var);