pub unsafe fn ImageList_Draw<P0, P1>(
    himl: P0,
    i: i32,
    hdcdst: P1,
    x: i32,
    y: i32,
    fstyle: IMAGE_LIST_DRAW_STYLE
) -> BOOL
where P0: IntoParam<HIMAGELIST>, P1: IntoParam<HDC>,