[][src]Function libxslt::bindings::xmlSchemaSetValidErrors

pub unsafe extern "C" fn xmlSchemaSetValidErrors(
    ctxt: *mut _xmlSchemaValidCtxt,
    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
)