| 51 | typedef struct BNBinaryView BNBinaryView; |
| 52 | typedef struct BNArchitecture BNArchitecture; |
| 53 | typedef struct BNDataBuffer BNDataBuffer; |
| 54 | typedef struct BNMetadata BNMetadata; |
| 55 | |
| 56 | // When `ffi.h` gets parsed by clang type parser, the binaryninjacore.h is NOT included so this enum will become not |
nothing calls this directly
no outgoing calls
no test coverage detected