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