pub type PFN_vkGetPrivateData = unsafe extern "system" fn(_device: Device, _object_type: ObjectType, _object_handle: u64, _private_data_slot: PrivateDataSlot, _data: *mut u64);
Expand description