Function windows::Win32::System::LibraryLoader::EnumResourceLanguagesExW
pub unsafe fn EnumResourceLanguagesExW<P0, P1, P2>(
hmodule: P0,
lptype: P1,
lpname: P2,
lpenumfunc: ENUMRESLANGPROCW,
lparam: isize,
dwflags: u32,
langid: u16,
) -> Result<()>where
P0: Param<HMODULE>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,