ImageList_ReadEx

Function ImageList_ReadEx 

pub unsafe fn ImageList_ReadEx<P1>(
    dwflags: u32,
    pstm: P1,
    riid: *const GUID,
    ppv: *mut *mut c_void,
) -> Result<()>
where P1: Param<IStream>,