GPrintFunc

Specifies the type of the print handler functions. These are called with the complete formatted string to output.

alias GPrintFunc = void function(const(char)* string_)