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