pub unsafe extern "C-unwind" fn luaL_gsub( L: *mut lua_State, s: *const c_char, p: *const c_char, r: *const c_char, ) -> *const c_char
lua53