#[export_name = "__axplat_secondary_main"] pub fn rust_main_secondary(cpu_id: usize) -> !
The main entry point of the ArceOS runtime for secondary cores.
It is called from the bootstrapping code in the specific platform crate.