Converts a function type with receiver (e.g.,
String.() -> Int
) into a function type with the receiver as the first parameter (e.g.,
(String) -> Int
).