pub unsafe fn FindResourceExW<P0, P1, P2>(
    hmodule: P0,
    lptype: P1,
    lpname: P2,
    wlanguage: u16
) -> HRSRC
where P0: IntoParam<HMODULE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,