pub unsafe fn EnumResourceLanguagesExW<'a>(
hmodule: impl IntoParam<'a, HINSTANCE>,
lptype: impl IntoParam<'a, PWSTR>,
lpname: impl IntoParam<'a, PWSTR>,
lpenumfunc: Option<ENUMRESLANGPROCW>,
lparam: isize,
dwflags: u32,
langid: u16,
) -> BOOL