#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlOutputBufferFlush( out: *mut _xmlOutputBuffer, ) -> c_int
Flush an output buffer.
int xmlOutputBufferFlush(xmlOutputBufferPtr out);