pub unsafe extern "C" fn lv_cache_entry_is_invalid(
entry: *mut lv_cache_entry_t,
) -> boolExpand description
Check if a cache entry is invalid. @param entry The cache entry to check. @return True: the cache entry is invalid. False: the cache entry is valid.