Add functions exposed via the MSAN interface to enable MSAN within
binaries that perform manual stack switching (e.g. through using fibers
or coroutines).
This functionality is analogous to the fiber APIs available for ASAN and TSAN.
Fixes google/sanitizers#1232
clang-tidy: warning: invalid case style for function '__msan_start_switch_fiber' [readability-identifier-naming]
not useful
clang-tidy: warning: invalid case style for parameter 'bottom' [readability-identifier-naming]
not useful
clang-tidy: warning: invalid case style for parameter 'size' [readability-identifier-naming]
not useful