pub const OS_LIB: &[(&[u8], NativeFn)];
C: static const luaL_Reg syslib[]
static const luaL_Reg syslib[]
Mapping from Lua-visible names to the Rust implementations of each os.* function.
os.*