pub unsafe extern "C" fn CPLStripXMLNamespace(
    psRoot: *mut CPLXMLNode,
    pszNameSpace: *const c_char,
    bRecurse: c_int
)