pub fn luaopen_package(state: &mut LuaState) -> Result<usize, LuaError>
Open the package library and return the package table.
package
C: LUAMOD_API int luaopen_package(lua_State *L)
LUAMOD_API int luaopen_package(lua_State *L)