Hi. `control` is defined like so... How can I make it static? ```rust let (net_device, mut control, runner) = cyw43::new(state, pwr, spi, fw).await; ```