pub unsafe extern "C" fn esp_netif_destroy_default_wifi(
    esp_netif: *mut c_void
)
Expand description

@brief Destroys default WIFI netif created with esp_netif_create_default_wifi_…() API.

@param[in] esp_netif object to detach from WiFi and destroy

@note This API unregisters wifi handlers and detaches the created object from the wifi. (this function is a no-operation if esp_netif is NULL)