pub type ULChangeTooltipCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, caller: ULView, tooltip: ULString)>;Aliased Type§
pub enum ULChangeTooltipCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut C_View, *mut C_String)),
}