lv_image_header_cache_drop

Function lv_image_header_cache_drop 

Source
pub unsafe extern "C" fn lv_image_header_cache_drop(
    src: *const c_void,
)
Expand description

Invalidate image header cache. Use NULL to invalidate all image headers. It’s also automatically called when an image is invalidated. @param src pointer to an image source.