| 1 | #ifndef BASE_RUST_H |
|---|---|
| 2 | #define BASE_RUST_H |
| 3 | typedef const char *StrRef; |
| 4 | typedef void *UserPtr; |
| 5 | |
| 6 | extern "C"void rust_panic_use_dbg_assert(); |
| 7 | #endif // BASE_RUST_H |
| 8 |
| 1 | #ifndef BASE_RUST_H |
|---|---|
| 2 | #define BASE_RUST_H |
| 3 | typedef const char *StrRef; |
| 4 | typedef void *UserPtr; |
| 5 | |
| 6 | extern "C"void rust_panic_use_dbg_assert(); |
| 7 | #endif // BASE_RUST_H |
| 8 |