pub fn set_pending_aot_natives(natives: Vec<(String, Box<dyn NativeFn>)>)
Queue compiled-native functions for the next VM run on this thread (HOTSWAP §Axis-3). Consumed by the next interpret_for_ui_* VM run.
interpret_for_ui_*