A callback taking a nullable String and returns a nullable String.
typedef StringCallback = String? Function(String?);