typedef struct OpaqueJSValue* JSObjectRef;
typedef JSObjectRef TTJSObjectRef;
+typedef unsigned int NSUInteger;
CF_IMPLICIT_BRIDGING_DISABLED
- (SecTrustRef) FOO1 NS_AVAILABLE;
+// pointer personality functions
+@property NSUInteger (*hashFunction)(const void *item, NSUInteger (*size)(const void *item));
@end
typedef struct OpaqueJSValue* JSObjectRef;
typedef JSObjectRef TTJSObjectRef;
+typedef unsigned int NSUInteger;
CF_IMPLICIT_BRIDGING_DISABLED
- (SecTrustRef) FOO1 NS_AVAILABLE NS_RETURNS_INNER_POINTER;
+// pointer personality functions
+@property NSUInteger (* NS_RETURNS_INNER_POINTER hashFunction)(const void *item, NSUInteger (*size)(const void *item));
@end