pub type PFN_vkCreateEvent = unsafe extern "system" fn(_device: Device, _create_info: *const EventCreateInfo, _allocator: *const AllocationCallbacks, _event: *mut Event) -> Result;
Expand description