fdsan: expose functions to get and interpret tags.

Make it easier to write tests in users of fdsan by exposing functions
to allow users to get and interpret the tags.

Test: bionic_unit_tests
Change-Id: Iafa9bcaeb5e4db230f3dfec6f483274f34602694
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index 7a2fe9a..d44001e 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1408,6 +1408,9 @@
     android_fdsan_close_with_tag;
     android_fdsan_create_owner_tag;
     android_fdsan_exchange_owner_tag;
+    android_fdsan_get_owner_tag;
+    android_fdsan_get_tag_type;
+    android_fdsan_get_tag_value;
     android_fdsan_get_error_level;
     android_fdsan_set_error_level;
     timespec_get;