I know there are some examples of using LuaJIT FFI to create pointers, but most of them do not point to existing data. One example is:
How to pass a pointer to LuaJIT ffi to be used as out argume
Tag: pointers
C – TypedEf how to function pointer
I think I may suffer from the terrible “accidental programmer” disease, at least when it comes to typedefs and function pointers. So I have been experimenting with various combinations involving th