Skip to main content

xmlOutputBufferWrite

Function xmlOutputBufferWrite 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlOutputBufferWrite( out: *mut _xmlOutputBuffer, len: c_int, data: *const c_char, ) -> c_int
Expand description

Write to an output buffer.

ยงUPSTREAM-PARITY

int xmlOutputBufferWrite(xmlOutputBufferPtr out, int len, const char *data);