void lua_setallocf( ffi.Pointer<lua_State> L, lua_Alloc f, ffi.Pointer<ffi.Void> ud, ) { return _lua_setallocf( L, f, ud, ); }