---@diagnostic disable: missing-return, lowercase-global ---@meta ---@param tab number ---@param slot number ---Picks up an item from or puts an item into the guild bank. If the cursor is empty and the referenced guild bank slot contains an item, that item is put onto the cursor. If the cursor contains an item and the slot is empty, the item is placed into the slot. If both the cursor and the slot contain items, the contents of the cursor and the guild bank slot are exchanged. function PickupGuildBankItem(tab, slot) end