Converts the specified Unicode string to lowercase.
#include <unilib.h>
unicode_t *uni2lwr (
unicode_t *dest,
const unicode_t *src);
(OUT) Points to the converted string.
(IN) Points to the uppercase string to change to lowercase.
Returns the lowercase string, if src pointed to an uppercase string.