int SCardSetAttrib(int hCard, int dwAttrId, LPCBYTE pbAttr, int cbAttrLen) { return _SCardSetAttrib(hCard, dwAttrId, pbAttr, cbAttrLen); }