Type Definition PFN_vkDestroySemaphore
ash::vk
type PFN_vkDestroySemaphore = extern "system" fn(device: Device, semaphore: Semaphore, p_allocator: *const AllocationCallbacks) -> c_void;