ffi.Pointer<ffi.Char> lua_pushlstring( ffi.Pointer<lua_State> L, ffi.Pointer<ffi.Char> s, int len, ) { return _lua_pushlstring( L, s, len, ); }