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, )