Function CreateXmlWriterOutputWithEncodingCodePage
pub unsafe fn CreateXmlWriterOutputWithEncodingCodePage<P0, P1>(
poutputstream: P0,
pmalloc: P1,
nencodingcodepage: u32,
) -> Result<IUnknown>where
P0: Param<IUnknown>,
P1: Param<IMalloc>,