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