pub unsafe fn bind_image_memory(
    allocator: Allocator,
    allocation: Allocation,
    image: Image
) -> VkResult<()>