#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlParserPrintFileContext(
input: *mut _xmlParserInput,
)Expand description
Print the input context around the current error position to the generic error channel.
§UPSTREAM-PARITY
void xmlParserPrintFileContext(struct _xmlParserInput *input);