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: IntoParam<HINSTANCE>, P1: IntoParam<PCSTR>, P2: IntoParam<COLORREF>,