pub unsafe fn CreateXmlReaderInputWithEncodingName<P0, P1, P2, P3, P4>(
    pinputstream: P0,
    pmalloc: P1,
    pwszencodingname: P2,
    fencodinghint: P3,
    pwszbaseuri: P4
) -> Result<IUnknown>
where P0: IntoParam<IUnknown>, P1: IntoParam<IMalloc>, P2: IntoParam<PCWSTR>, P3: IntoParam<BOOL>, P4: IntoParam<PCWSTR>,