Function tidy_sys::tidyInitSink

source ·
pub unsafe extern "C" fn tidyInitSink(
    sink: *mut TidyOutputSink,
    snkData: *mut c_void,
    pbFunc: TidyPutByteFunc
) -> Bool
Expand description

Facilitates user defined sinks 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.