pub type PFN_vkCreateExecutionGraphPipelinesAMDX = unsafe extern "system" fn(device: Device, pipeline_cache: PipelineCache, create_info_count: u32, p_create_infos: *const ExecutionGraphPipelineCreateInfoAMDX<'_>, p_allocator: *const AllocationCallbacks<'_>, p_pipelines: *mut Pipeline) -> Result;