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) ```