iconv_convstr
iconv_convstr(vcp->vc_toupper, pbuf, smb_vc_getpass(vcp));
iconv_convstr(vcp->vc_toserver, pbuf, pbuf);
iconv_convstr(vcp->vc_toserver, pbuf, smb_vc_getpass(vcp));
iconv_convstr(vcp->vc_toupper, pbuf, smb_share_getpass(ssp));
iconv_convstr(vcp->vc_toserver, pbuf, pbuf);
char* iconv_convstr(void *handle, char *dst, const char *src);