#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlOutputBufferWriteString(
out: *mut _xmlOutputBuffer,
str: *const c_char,
) -> c_intExpand description
Write a string to an output buffer.
ยงUPSTREAM-PARITY
int xmlOutputBufferWriteString(xmlOutputBufferPtr out, const char *str);