pub unsafe fn create_image(
    allocator: Allocator,
    image_create_info: &ImageCreateInfo,
    allocation_create_info: &AllocationCreateInfo
) -> VkResult<(Image, Allocation, AllocationInfo)>