pub unsafe extern "C" fn lv_cache_set_compare_cb( cache: *mut lv_cache_t, compare_cb: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i8>, user_data: *mut c_void, )