#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlCharEncOutput(
output: *mut _xmlOutputBuffer,
_to: c_int,
) -> c_intExpand description
Convert an output buffer’s encoding.
§UPSTREAM-PARITY
int xmlCharEncOutput(xmlOutputBufferPtr output, int to);