pub unsafe fn ImageList_GetIcon<P0>(
    himl: P0,
    i: i32,
    flags: IMAGE_LIST_DRAW_STYLE
) -> HICON
where P0: IntoParam<HIMAGELIST>,