this results in an error:
error: no matching function in initialization
So how to convert sized numerical types to Int or UInt? The other way around works well. I figured out how to convert sized numerical types to eachother using SIMD cast. But how to convert to Int or UInt is a mystery for now.