pub type NativeFn = fn(&mut LuaState) -> Result<usize, LuaError>;
Signature of a Lua native function (the os.* registration entries).
os.*