pub fn open_os(state: &mut LuaState) -> Result<usize, LuaError>
Opens the os library: creates a new table populated with OS_LIB and leaves it on the stack.
os
OS_LIB