pub unsafe extern "C" fn webkit_dom_ui_event_init_ui_event(
    self_: *mut WebKitDOMUIEvent,
    type_: *const c_char,
    canBubble: gboolean,
    cancelable: gboolean,
    view: *mut WebKitDOMDOMWindow,
    detail: c_long
)