Currently, the library operates primarily using the `wchar_t *`. Replace that with a regular `char *`, there's no reason to have it as it currently is.
Currently, the library operates primarily using the
wchar_t *. Replace that with a regularchar *, there's no reason to have it as it currently is.