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