pub unsafe fn ImageList_Add<P0, P1, P2>(
    himl: P0,
    hbmimage: P1,
    hbmmask: P2
) -> i32
where P0: IntoParam<HIMAGELIST>, P1: IntoParam<HBITMAP>, P2: IntoParam<HBITMAP>,