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