Quickjs_bindings.Function_descriptionSourceC function bindings for QuickJS utilities
This module defines the FFI bindings to QuickJS's internal libraries:
Some functions are bound through wrappers in shims.c, either because ctypes cannot express the exact C signature (const qualifiers), or to add behavior the raw library delegates to its embedder (stack-overflow guard, execution deadline, allocation).