pub type ULCreateChildViewCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, caller: ULView, opener_url: ULString, target_url: ULString, is_popup: bool, popup_rect: ULIntRect) -> ULView>;Aliased Type§
pub enum ULCreateChildViewCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut C_View, *mut C_String, *mut C_String, bool, ULIntRect) -> *mut C_View),
}