pub unsafe fn WSDXMLGetNameFromBuiltinNamespace<P0, P1>(
    psznamespace: P0,
    pszname: P1
) -> Result<*mut WSDXML_NAME>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,