pub unsafe fn IStream_WriteStr<P0, P1>(pstm: P0, psz: P1) -> Result<()>
where P0: IntoParam<IStream>, P1: IntoParam<PCWSTR>,