pub unsafe extern "C" fn esp_openthread_start(
config: *const esp_openthread_config_t,
) -> esp_err_tExpand description
@brief Starts the full OpenThread stack and create a handle task.
@note The OpenThread instance will also be initialized in this function.
@param[in] config The OpenThread platform configuration.
@return - ESP_OK on success - ESP_ERR_INVALID_STATE if already initialized