pub unsafe fn ImageList_GetImageInfo<P0>(
    himl: P0,
    i: i32,
    pimageinfo: *mut IMAGEINFO
) -> BOOL
where P0: IntoParam<HIMAGELIST>,