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