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