Function windows::Win32::UI::Controls::ImageList_AddMasked

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