#[unsafe(no_mangle)]pub extern "C" fn xmlCharEncInput(
_input: *mut _xmlParserInputBuffer,
_to: c_int,
) -> c_intExpand description
Convert an input buffer’s encoding.
§UPSTREAM-PARITY
int xmlCharEncInput(xmlParserInputBufferPtr input, int to);