pub type AmxNative = extern "C" fn(*mut AMX, *mut i32) -> i32;
Native function exposed by a plugin — invoked by the AMX VM on every call to it from the Pawn script.