pub type ULUpdateHistoryCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, caller: ULView)>;
enum ULUpdateHistoryCallback { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *mut C_View)), }
No value.
Some value of type T.
T