pub unsafe fn FindResourceA<P1, P2>( hmodule: Option<HMODULE>, lpname: P1, lptype: P2, ) -> Result<HRSRC>where P1: Param<PCSTR>, P2: Param<PCSTR>,