vulkan: Rename bool32_t to VkBool32

Target was v129 of the header
diff --git a/icd/intel/fence.c b/icd/intel/fence.c
index 35ef65d..f121532 100644
--- a/icd/intel/fence.c
+++ b/icd/intel/fence.c
@@ -140,7 +140,7 @@
     VkDevice                                  device,
     uint32_t                                    fenceCount,
     const VkFence*                            pFences,
-    bool32_t                                    waitAll,
+    VkBool32                                    waitAll,
     uint64_t                                    timeout)
 {
     VkResult ret = VK_SUCCESS;