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