It should be possible to add arguments such as `UINT_32` etc to the creation of a TypedCallback: ``` lua jcall = TypedCallback.new("IARG_UINT_32", 1234, callback_jmp) ```
It should be possible to add arguments such as
UINT_32etc to the creation of a TypedCallback: