pub unsafe fn IStream_WritePidl<P0>(
    pstm: P0,
    pidlwrite: *const ITEMIDLIST
) -> Result<()>
where P0: IntoParam<IStream>,