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