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