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;