//! Loaded per-CPU template metadata.
/// Returns the loaded address of the single CPU-area template.
pub(crate)fntemplate_base()->usize{cpu_local::cpu_area_template_base()}/// Returns the initialized byte size of one runtime CPU area.
pub(crate)fntemplate_size()->usize{cpu_local::cpu_area_template_size().expect("CPU-area template end sentinel must follow the fixed prefix")}