Compares two strings, ignoring any differences in upper and lower case characters between the strings.
#include <ldap.h>
int ldap_sort_strcasecmp (
const void *a,
const void *b);
(IN) Points to the address of the pointer for first string to use in the compare.
(IN) Points to the address of the pointer for second string to use in the compare.