pub unsafe extern "C" fn tidySetConfigCallback(
tdoc: TidyDoc,
pConfigCallback: TidyConfigCallback,
) -> BoolExpand description
Applications using TidyLib may want to augment command-line and
configuration file options. Setting this callback allows a LibTidy
application developer to examine command-line and configuration file options
after LibTidy has examined them and failed to recognize them.
@result Returns yes upon success.