Function windows::Win32::UI::Shell::ILSaveToStream

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