1Name: HeaderLib 2SwiftInferImportAsMember: true 3Functions: 4 - Name: custom_realloc 5 NullabilityOfRet: N 6 Nullability: [ N, S ] 7 - Name: unavailable_function 8 Availability: none 9 AvailabilityMsg: "I beg you not to use this" 10 - Name: do_something_with_pointers 11 NullabilityOfRet: O 12 Nullability: [ N, O ] 13 14Globals: 15 - Name: global_int 16 Nullability: N 17 - Name: unavailable_global_int 18 Availability: none 19