#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlCreateMemoryParserCtxt(
buffer: *const c_char,
size: c_int,
) -> *mut _xmlParserCtxtExpand description
Create a parser context for an in-memory document.
§UPSTREAM-PARITY
xmlParserCtxtPtr xmlCreateMemoryParserCtxt(const char *buffer, int size);