pub type lv_cache_init_cb_t = Option<unsafe extern "C" fn(*mut _lv_cache_t) -> bool>;
pub 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