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