ldap_utf8copy
LDAP_API(int) LDAP_CALL ldap_utf8copy( char* dst, const char* src );
#define LDAP_UTF8COPY(d,s) ((0x80 & *(unsigned char*)(s)) ? ldap_utf8copy(d,s) : ((*(d) = *(s)), 1))