Function CreateXmlWriterOutputWithEncodingName
pub unsafe fn CreateXmlWriterOutputWithEncodingName<P0, P1, P2>(
poutputstream: P0,
pmalloc: P1,
pwszencodingname: P2,
) -> Result<IUnknown>where
P0: Param<IUnknown>,
P1: Param<IMalloc>,
P2: Param<PCWSTR>,