pub type TidyOutputSink = _TidyOutputSink;Expand description
This type defines an output destination capable of accepting raw bytes of output
Aliased Type§
#[repr(C)]pub struct TidyOutputSink {
pub sinkData: *mut c_void,
pub putByte: Option<unsafe extern "C" fn(*mut c_void, u8)>,
}Fields§
§sinkData: *mut c_void< Output context. Passed to callbacks.
putByte: Option<unsafe extern "C" fn(*mut c_void, u8)>< Pointer to “put byte” callback