pub type LuaCFunction = extern "C" fn(_: LuaState) -> c_int;
Lua āCā Functions are C ABI functions that return the number returns that will be passed to the Lua stack.