pub unsafe extern "C" fn esp_netif_init() -> i32
Expand description

@brief Initialize the underlying TCP/IP stack

@return - ESP_OK on success - ESP_FAIL if initializing failed

@note This function should be called exactly once from application code, when the application starts up.