Function windows::Win32::UI::Controls::ImageList_LoadImageA

pub unsafe fn ImageList_LoadImageA<P0, P1, P2>(
    hi: P0,
    lpbmp: P1,
    cx: i32,
    cgrow: i32,
    crmask: P2,
    utype: u32,
    uflags: IMAGE_FLAGS,
) -> HIMAGELIST
where P0: Param<HINSTANCE>, P1: Param<PCSTR>, P2: Param<COLORREF>,