* Add rawmemchr
* Add stpncpy
* Add strchrnul
* Fix strcat
* Added strncat
* Add wcschr
* Minor tweak
* Add wcsncmp
* Add wcsnlen
* Add wcsrchr
* Add wmemchr
* Fix asan load/store sizes for wide string functions
* Refactor patches
* Rename tracking functions to prevent collision with allocator
* Change return type of asan_sym to make it consistent with the other native functions
* Fix mutex re-entrancy issue in Patches by splitting locks
* Fix tests on 32-bit platforms
---------
Co-authored-by: Your Name <you@example.com>