xmlSchemaSetParserErrors

Function xmlSchemaSetParserErrors 

Source
pub unsafe extern "C" fn xmlSchemaSetParserErrors(
    ctxt: xmlSchemaParserCtxtPtr,
    err: xmlSchemaValidityErrorFunc,
    warn: xmlSchemaValidityWarningFunc,
    ctx: *mut c_void,
)