Function windows::Win32::System::LibraryLoader::EnumResourceLanguagesW

pub unsafe fn EnumResourceLanguagesW<P0, P1, P2>(
    hmodule: P0,
    lptype: P1,
    lpname: P2,
    lpenumfunc: ENUMRESLANGPROCW,
    lparam: isize,
) -> Result<()>
where P0: Param<HMODULE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,