pub unsafe extern "system" fn FindResourceExW(
    hmodule: HINSTANCE,
    lptype: PCWSTR,
    lpname: PCWSTR,
    wlanguage: u16
) -> HRSRC
Expand description

Required features: "Win32_System_LibraryLoader", "Win32_Foundation"