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