pub unsafe extern "system" fn LoadImageW(
    hinst: HINSTANCE,
    name: PCWSTR,
    type: GDI_IMAGE_TYPE,
    cx: i32,
    cy: i32,
    fuload: IMAGE_FLAGS
) -> HANDLE
Expand description

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"