nonnull_attribute.toml 152 B

12345678910
  1. header = """
  2. #ifdef __clang__
  3. #define CBINDGEN_NONNULL _Nonnull
  4. #else
  5. #define CBINDGEN_NONNULL
  6. #endif
  7. """
  8. [ptr]
  9. non_null_attribute = "CBINDGEN_NONNULL"