#ifndef QJS_FFI_H #define QJS_FFI_H #include "cell.h" JSValue js_ffi_use(JSContext *ctx); #endif