1#ifndef BASE_RUST_H
2#define BASE_RUST_H
3typedef const char *StrRef;
4typedef void *UserPtr;
5#endif // BASE_RUST_H
6