Performance annotations

I guess something like

__attribute__ ((noLocks)) void memmove(void*, const void*, size_t)

will do. Totally ignored in C-land (initially), just for Swift interop.