pub unsafe extern "C" fn webkit_dom_element_insert_adjacent_html(
    self_: *mut WebKitDOMElement,
    where_: *const c_char,
    html: *const c_char,
    error: *mut *mut GError
)
Available on crate feature v2_16 only.