GumboDeallocatorFunction

The type for a deallocator function. Takes the 'userdata' member of the GumboParser struct as its first argument.

extern (C)
alias GumboDeallocatorFunction = void function(void* userdata, void* ptr)

Meta