pub unsafe extern "C" fn esp_netif_get_handle_from_ifkey(
    if_key: *const i8
) -> *mut esp_netif_obj
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