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

@brief Searches over a list of created objects to find an instance with supplied if key

@param if_key Textual description of network interface

@return Handle to esp-netif instance