pub unsafe extern "C" fn furi_hal_gpio_write( gpio: *const GpioPin, state: bool, )
GPIO write pin.
gpio must be non-null, and the memory it points to must be initialized.
gpio