// Include as extern "C" #ifndef MQTT_C_H #define MQTT_C_H #include "mqtt_client.h" esp_mqtt_client_handle_t mqtt_client_start_c(mqtt_event_callback_t mqtt_event_handler); #endif