#ifndef FFI_H #define FFI_H #include void ffi_load(JSContext *js, int argc, char **argv); int js_print_exception(JSContext *js, JSValue v); #endif