Source position: lauxlib.pas line 49
type luaL_reg = record
name: PAnsiChar;
func: lua_CFunction;
end;