pub type lv_cache_reserve_cond_cb = Option<unsafe extern "C" fn(_: *mut lv_cache_t, _: *const c_void, _: usize, _: *mut c_void) -> u32>;
Aliased Type§
enum lv_cache_reserve_cond_cb {
None,
Some(unsafe extern "C" fn(_: *mut lv_cache_t, _: *const c_void, _: usize, _: *mut c_void) -> u32),
}