pub unsafe fn DMProcessConfigXMLFiltered<P0>(
    pszxmlin: P0,
    rgszallowedcspnodes: &[PCWSTR]
) -> Result<BSTR>
where P0: IntoParam<PCWSTR>,