pub type PFN_vkSetPrivateData = unsafe extern "system" fn(_device: Device, _object_type: ObjectType, _object_handle: u64, _private_data_slot: PrivateDataSlot, _data: u64) -> Result;
Expand description