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