pub unsafe extern "C" fn webkit_dom_element_get_elements_by_tag_name_ns_as_html_collection(
    self_: *mut WebKitDOMElement,
    namespaceURI: *const c_char,
    localName: *const c_char
) -> *mut WebKitDOMHTMLCollection
Available on crate feature v2_12 only.