pub unsafe fn FindResourceW<P1, P2>( hmodule: Option<HMODULE>, lpname: P1, lptype: P2, ) -> HRSRCwhere P1: Param<PCWSTR>, P2: Param<PCWSTR>,