pub unsafe fn WSDXMLGetValueFromAny<P0, P1>(
    psznamespace: P0,
    pszname: P1,
    pany: *mut WSDXML_ELEMENT,
    ppszvalue: *mut PCWSTR
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,