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