v3_rank_update()
void v3_rank_update(v3_rank *rank);
Requests that the server update a rank. If the id of the supplied rank struct is 0, this function attempts to create a new rank.
Arguments
| Type | Description |
| v3_rank *rank | The rank information to update, identified by rank->id |
