Source position: lua.pas line 607
type luaL_Reg = packed record
name: PChar;
func: lua_CFunction;
end;