print_token
void print_token(gss_buffer_t tok);
print_token(&recv_tok);
print_token(&send_tok);
print_token(&recv_buf);
print_token(msg_buf);