pub unsafe extern "C" fn lv_image_header_cache_init(
count: u32,
) -> lv_result_tExpand description
Initialize image header cache. @param count initial size of the cache in count of image headers. @return LV_RESULT_OK: initialization succeeded, LV_RESULT_INVALID: failed.