Low-level FFI bindings for the SA-MP AMX virtual machine and open.mp native component ABI. Used internally by `rust-samp`; depend on it directly only if you need raw access without the higher-level macros and lifecycle.
//! Direct translation of the types and function pointers from the AMX C header.
//!//! Each item here replicates the ABI of the original Pawn interpreter —
//! changing it has a direct effect on binary compatibility with the SA-MP server.
pubmodfunctions;pubmodtypes;