pub unsafe fn SCardIntroduceReaderA<P1, P2>( hcontext: usize, szreadername: P1, szdevicename: P2, ) -> i32where P1: Param<PCSTR>, P2: Param<PCSTR>,