Rffi.h 404 B

123456789101112131415161718192021
  1. #ifndef rffi_H
  2. #define rffi_H
  3. // This file is generated from src/rffi.rs using cbindgen
  4. #include <stdarg.h>
  5. #include <stdbool.h>
  6. #include <stdint.h>
  7. #include <stdlib.h>
  8. #include "cffi.h"
  9. typedef struct {
  10. Iface_t *internal;
  11. Iface_t *external;
  12. } Rffi_IfWrapper_t;
  13. Rffi_IfWrapper_t Rffi_testwrapper_create(Allocator_t *a);
  14. Rffi_IfWrapper_t Rffi_android_create(Allocator_t *a);
  15. #endif /* rffi_H */