Speed up MicroPython Pico W startup to init_priority(101) execution from ~160ms to ~32ms.
Assert the VSYS_EN pin before copying SRAM and zeroing BSS. Saves ~142ms of startup time before GPIO input is latched and pin is asserted.