{ "void": "None", "void *": "ctypes.c_void_p", "const void *": "ctypes.c_void_p", "int": "ctypes.c_int", "int8_t": "ctypes.c_int8", "int16_t": "ctypes.c_int16", "int32_t": "ctypes.c_int32", "int64_t": "ctypes.c_int64", "unsigned int": "ctypes.c_uint", "uint8_t": "ctypes.c_uint8", "uint16_t": "ctypes.c_uint16", "uint32_t": "ctypes.c_uint32", "uint64_t": "ctypes.c_uint64", "float": "ctypes.c_float", "double": "ctypes.c_double", "size_t": "ctypes.c_size_t", "char *": "ctypes.c_char_p", "const char *": "ctypes.c_char_p", "bool": "ctypes.c_bool", "FfiSlice *": "FfiSlicePtr", "const FfiSlice *": "FfiSlicePtr", "bool *": "BoolPtr", "AnyObject *": "AnyObjectPtr", "const AnyObject *": "AnyObjectPtr", "AnyMeasurement *": "Measurement", "const AnyMeasurement *": "Measurement", "AnyTransformation *": "Transformation", "const AnyTransformation *": "Transformation", "FfiError *": "ctypes.POINTER(FfiError)", "const FfiError *": "ctypes.POINTER(FfiError)", "FfiResult": "FfiResult" }