htmlCtxtReadMemory

Function htmlCtxtReadMemory 

Source
pub unsafe extern "C" fn htmlCtxtReadMemory(
    ctxt: xmlParserCtxtPtr,
    buffer: *const c_char,
    size: c_int,
    URL: *const c_char,
    encoding: *const c_char,
    options: c_int,
) -> htmlDocPtr