pub type PFN_vkCreatePrivateDataSlot = unsafe extern "system" fn(_device: Device, _create_info: *const PrivateDataSlotCreateInfo, _allocator: *const AllocationCallbacks, _private_data_slot: *mut PrivateDataSlot) -> Result;
Expand description