Skip to main content

xmlCharEncOutput

Function xmlCharEncOutput 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlCharEncOutput( output: *mut _xmlOutputBuffer, _to: c_int, ) -> c_int
Expand description

Convert an output buffer’s encoding.

§UPSTREAM-PARITY

int xmlCharEncOutput(xmlOutputBufferPtr output, int to);