pub unsafe fn clear_bss()
Fills the .bss section with zeros.
.bss
It requires the symbols _sbss and _ebss to be defined in the linker script.
_sbss
_ebss
This function is unsafe because it writes .bss section directly.