pub unsafe extern "C" fn nanocoap_cache_del(
    ce: *const nanocoap_cache_entry_t
) -> c_int
Expand description

@brief Deletes the provided cache entry @p ce.

@param[in] ce The cache entry to delete

@return 0 on success @return -1 if entry is not available in the cache