[][src]Function libxslt::bindings::xmlSAXParseMemoryWithData

pub unsafe extern "C" fn xmlSAXParseMemoryWithData(
    sax: *mut _xmlSAXHandler,
    buffer: *const i8,
    size: i32,
    recovery: i32,
    data: *mut c_void
) -> *mut _xmlDoc