pub type CodeEmitFn = unsafe extern "C" fn(queue: *mut c_void, value: *const CodeValue);Expand description
The host’s pusher, handed over by code_module_set_inbound. queue is
opaque — a module only ever passes it straight back. Mirrors
code_abi.h’s CodeEmitFn.