void lua_warning( ffi.Pointer<lua_State> L, ffi.Pointer<ffi.Char> msg, int tocont, ) { return _lua_warning( L, msg, tocont, ); }