[][src]Function libxslt::bindings::xmlSchemaSetParserErrors

pub unsafe extern "C" fn xmlSchemaSetParserErrors(
    ctxt: *mut _xmlSchemaParserCtxt,
    err: Option<unsafe extern "C" fn(*mut c_void, *const i8, ...)>,
    warn: Option<unsafe extern "C" fn(*mut c_void, *const i8, ...)>,
    ctx: *mut c_void
)