pub unsafe fn allocate_memory_for_image(
    allocator: Allocator,
    image: Image,
    create_info: *const AllocationCreateInfo
) -> VkResult<(Allocation, AllocationInfo)>