pub unsafe fn MFCreateProxyLocator<P0, P1>(
    pszprotocol: P0,
    pproxyconfig: P1
) -> Result<IMFNetProxyLocator>
where P0: IntoParam<PCWSTR>, P1: IntoParam<IPropertyStore>,