Skip to main content

xmlBufferAddHead

Function xmlBufferAddHead 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlBufferAddHead( _buf: *mut _xmlBuffer, _str: *const xmlChar, _len: c_int, ) -> c_int
Expand description

Write to a buffer at a position.

ยงUPSTREAM-PARITY

int xmlBufferAddHead(xmlBufferPtr buf, const xmlChar *str, int len);