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