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