update ctypes

This commit is contained in:
lyon1998 2022-04-18 18:05:45 +08:00
parent 5bbb1ba948
commit acaa60703c

View File

@ -32,4 +32,4 @@ class c_longdouble(c_float):...
class Test(TinyObj):
def add(self, c_uint1:c_uint, c_uint2:c_uint)->int:...
def dc_cpuapdu_hex(self, slen:int, sendbuf:str, rlen:c_uint, rcvbuf:c_wchar_p) -> int:...
def dc_cpuapdu_hex(self, slen:int, sendbuf:str, rlen:c_uint, rcvbuf:c_char_p) -> int:...