pub const xmlParserInputFlags_XML_INPUT_BUF_ZERO_TERMINATED: xmlParserInputFlags = 4;Expand description
The input buffer is zero-terminated. (Note that the zero byte shouldn’t be included in buffer size.)
pub const xmlParserInputFlags_XML_INPUT_BUF_ZERO_TERMINATED: xmlParserInputFlags = 4;The input buffer is zero-terminated. (Note that the zero byte shouldn’t be included in buffer size.)