pub unsafe fn bind_image_memory2(
    allocator: Allocator,
    allocation: Allocation,
    allocation_local_offset: DeviceSize,
    image: Image,
    next: *const c_void
) -> VkResult<()>