On mono, this method expects arguments as if it operates on full array elements, however, behind the scenes, it ends up multiplying element count with element size, operating without relying on alignment of array elements.
Remove this constraint so we can use implementation from #78450 also on mono.