#[unsafe(no_mangle)]pub extern "C" fn cpu_exception_hook(_interrupt: i32) -> boolExpand description
Minimal native host callbacks used by the v86 CPU core. Device-specific MMIO/port routing is intentionally represented as a small host surface first; concrete PC devices are added by the outer runtime.