FFI instructions for the VM
The VM needs to provide an FFI system for interacting with C libraries, allowing Inko code to bind to such libraries (without having to compile them like Ruby Gems often do). This probably requires using some Rust binding to libffi.