pub unsafe fn EnumResourceNamesW<P0, P1>(
    hmodule: P0,
    lptype: P1,
    lpenumfunc: ENUMRESNAMEPROCW,
    lparam: isize
) -> BOOL
where P0: IntoParam<HMODULE>, P1: IntoParam<PCWSTR>,