pub unsafe extern "C" fn esp_openthread_launch_mainloop() -> i32
Expand description
@brief Launches the OpenThread main loop.
@note This function will not return unless error happens when running the OpenThread stack.
@return - ESP_OK on success - ESP_ERR_NO_MEM if allocation has failed - ESP_FAIL on other failures