@noDerivative @_silgen_name("float_to_int_noderivative") func floatToIntNoDerivative(_ x: Float) -> Int { Int(x) }