Function windows::Win32::Web::InternetExplorer::DecodeImageEx

pub unsafe fn DecodeImageEx<P0, P1, P2, P3>(
    pstream: P0,
    pmap: P1,
    peventsink: P2,
    pszmimetypeparam: P3
) -> Result<()>
where P0: Param<IStream>, P1: Param<IMapMIMEToCLSID>, P2: Param<IUnknown>, P3: Param<PCWSTR>,