Skip to main content

xmlSaveToBuffer

Function xmlSaveToBuffer 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSaveToBuffer( buffer: *mut _xmlBuffer, encoding: *const c_char, options: c_int, ) -> *mut _xmlSaveCtxt
Expand description

xmlSaveCtxt *xmlSaveToBuffer(xmlBuffer *buffer, const char *encoding, int options).

§SAFETY

  • buffer must be a valid _xmlBuffer.