/// Returns the loaded address of the fixed CPU-area template prefix.
///
/// All production kernels are position-independent images loaded through
/// someboot. Letting rustc materialize the symbol keeps this operation valid
/// after the loader's relative relocations on every architecture. Callers use
/// this address only as the origin of a template-relative range; it is never a
/// CPU-local runtime area address.
/// Returns the exact initialized CPU-area template size.
///
/// The final sentinel is one byte wide. Both boundaries belong to the same
/// loaded image, so their checked difference is independent of the address at
/// which someboot placed that image.