pub unsafe extern "system" fn ImageList_LoadImageW(
    hi: HINSTANCE,
    lpbmp: PCWSTR,
    cx: i32,
    cgrow: i32,
    crmask: COLORREF,
    utype: u32,
    uflags: IMAGE_FLAGS
) -> HIMAGELIST
Expand description

Required features: "Win32_Foundation", "Win32_UI_WindowsAndMessaging"