pub unsafe extern "C" fn tidyInitSource(
source: *mut TidyInputSource,
srcData: *mut c_void,
gbFunc: TidyGetByteFunc,
ugbFunc: TidyUngetByteFunc,
endFunc: TidyEOFFunc,
) -> Bool
Expand description
Facilitates user defined source by providing an entry point to marshal pointers-to-functions. This is needed by .NET, and possibly other language bindings. @result Returns a bool indicating success or failure.