Type Alias ash::vk::PFN_vkCreateEvent
source ยท pub type PFN_vkCreateEvent = unsafe extern "system" fn(device: Device, p_create_info: *const EventCreateInfo<'_>, p_allocator: *const AllocationCallbacks<'_>, p_event: *mut Event) -> Result;