pub type PFN_vkFreeMemory = unsafe extern "system" fn(_device: Device, _memory: DeviceMemory, _allocator: *const AllocationCallbacks);
Expand description