Skip to main content

xmlNewCharEncodingHandler

Function xmlNewCharEncodingHandler 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlNewCharEncodingHandler( name: *const c_char, input: xmlCharEncodingInputFunc, output: xmlCharEncodingOutputFunc, ) -> *mut c_void
Expand description

Create a new encoding handler (upstream encoding.h).

§UPSTREAM-PARITY

xmlCharEncodingHandlerPtr xmlNewCharEncodingHandler(
    const char *name, xmlCharEncodingInputFunc input,
    xmlCharEncodingOutputFunc output);