mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Unfortunately std::ffi::c_size_t is currently experimental, and if I define c_size_t = usize myself then cbindgen doesn't recognise it properly and makes c_size_t a typedef of uintptr_t instead of just replacing it with size_t.