pub unsafe fn unmask_irq()
Unmask the SubGHz IRQ in the NVIC.
This can break mask-based critical sections.
unsafe { stm32wlxx_hal::subghz::unmask_irq() };