pub unsafe extern "C" fn lv_cache_destroy(
cache: *mut lv_cache_t,
user_data: *mut c_void,
)Expand description
Destroy a cache object. @param cache The cache object pointer to destroy. @param user_data A user data pointer that will be passed to the free callback.