pub const MI_COMPAT_VERSION: i32 = 20405; // 20_405i32
The mimalloc version we are API- and ABI-compatible with, in mimalloc’s encoding (major·10⁴ + minor·10² + patch): v2.4.5. mi_version() reports this.
mi_version()