CPLAddXMLAttributeAndValue

Function CPLAddXMLAttributeAndValue 

Source
pub unsafe extern "C" fn CPLAddXMLAttributeAndValue(
    psParent: *mut CPLXMLNode,
    pszName: *const c_char,
    pszValue: *const c_char,
)