pub unsafe extern "system" fn EnumResourceLanguagesExW(
    hmodule: HMODULE,
    lptype: PCWSTR,
    lpname: PCWSTR,
    lpenumfunc: ENUMRESLANGPROCW,
    lparam: isize,
    dwflags: u32,
    langid: u16
) -> BOOL
Expand description

Required features: "Win32_Foundation"