pub fn current_context(
pin: &CpuPin<'_>,
) -> Result<NonNull<ExecutionContextHeader>, CpuLocalError>Expand description
Returns the pinned header selected by this image’s sole current source.
Context installation and switch preparation validate the header’s CPU
binding before publication. Like Linux current, this hot lookup trusts
that published invariant while the caller’s pin prevents migration.