pub type KernelEntry = unsafe extern "C" fn() -> !;Expand description
Kernel context entry point.
Per-thread arguments remain in scheduler-owned thread metadata and are
recovered by the entry trampoline through the current-thread facade. This
matches the four architecture TaskContext::init contracts, which enter a
fresh context without a portable argument register contract.