This patch adds some fixes for MSAN with libc++ for aarch64:
- Adds the libmsan_loadable name for aarch64.
- Fixes some pthread_attr_setstacksize for aarch64, since glibc sets the mininum stack size to be higher than the x86_64 default (16KB vs 128KB).
- Fixes a swprintf null char constant definition.