pub type CodeEmitFn = unsafe extern "C" fn(context: *mut c_void, particle: CodeValue);
Callback signature for native-module emission.