e.g. the Base64 API uses `unsigned char*` where `char*` should have been used. Check all API's that work with "strings" and correct this.
e.g. the Base64 API uses
unsigned char*wherechar*should have been used.Check all API's that work with "strings" and correct this.