pub unsafe extern "C" fn CPLSetXMLValue(
    psRoot: *mut CPLXMLNode,
    pszPath: *const c_char,
    pszValue: *const c_char
) -> c_int