ldap_x_calloc
void *ldap_x_calloc( size_t nelem, size_t elsize );
#define NSLDAPI_CALLOC( nelem, elsize ) ldap_x_calloc( nelem, elsize )