pub unsafe extern "C" fn tidySetReportFilter(
tdoc: TidyDoc,
filtCallback: TidyReportFilter,
) -> Bool
Expand description
This function informs Tidy to use the specified callback to send reports.
pub unsafe extern "C" fn tidySetReportFilter(
tdoc: TidyDoc,
filtCallback: TidyReportFilter,
) -> Bool
This function informs Tidy to use the specified callback to send reports.