pub unsafe extern "C" fn esp_netif_get_desc(
    esp_netif: *mut esp_netif_t
) -> *const c_char
Expand description

@brief Returns configured interface type for this esp-netif instance

@param[in] esp_netif Handle to esp-netif instance

@return Enumerated type of this interface, such as station, AP, ethernet