pub unsafe extern "system" fn EnumResourceNamesExW(
    hmodule: HINSTANCE,
    lptype: PCWSTR,
    lpenumfunc: ENUMRESNAMEPROCW,
    lparam: isize,
    dwflags: u32,
    langid: u16
) -> BOOL
Expand description

Required features: "Win32_System_LibraryLoader", "Win32_Foundation"