#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlParserInputBufferPush(
in_: *mut _xmlParserInputBuffer,
len: c_int,
buf: *const c_char,
) -> c_intExpand description
Push len bytes into an input buffer (push parser).
§UPSTREAM-PARITY
int xmlParserInputBufferPush(xmlParserInputBufferPtr in, int len, const char *buf);