pub type lv_cache_destroy_cb_t = Option<unsafe extern "C" fn(_: *mut lv_cache_t, _: *mut c_void)>;
enum lv_cache_destroy_cb_t { None, Some(unsafe extern "C" fn(_: *mut lv_cache_t, _: *mut c_void)), }
No value.
Some value of type T.
T