Right now, three x86 instruction types are hookable (IN, OUT, SYSCALL). Each has their own callback type. This could make the API both huge and very architecture-specific if we added support for hooking very many more instructions.
I think the interface could be nicer if callback types simply had some number of (u?)int64 arguments and there was an easy way for bindings to figure out which callback type to use.