fn leak_string(s: &str) -> &'static str
Leak a string so it becomes ’static. Safe to use since we’re about to exit boot services anyway.