pub unsafe extern "C" fn arv_dom_element_set_attribute(
    self_: *mut ArvDomElement,
    name: *const c_char,
    attribute_value: *const c_char
)