pub type PFN_vkBindImageMemory = unsafe extern "system" fn(device: Device, image: Image, memory: DeviceMemory, memory_offset: DeviceSize) -> Result;