pub type PFN_vkCreatePrivateDataSlot = unsafe extern "system" fn(device: Device, p_create_info: *const PrivateDataSlotCreateInfo, p_allocator: *const AllocationCallbacks, p_private_data_slot: *mut PrivateDataSlot) -> Result;